Skip to content

Commit

Permalink
fix: [ANDROAPP-5876] add clickable event to text for dropdown (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimolloy authored Jan 30, 2024
1 parent 29b8285 commit 498f2c2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ private fun DropdownInputField(
enabled = state != InputShellState.DISABLED,
onClick = {
focusRequester.requestFocus()
onDropdownIconClick()
},
),
)
Expand Down

0 comments on commit 498f2c2

Please sign in to comment.