Skip to content

Commit 527ee0e

Browse files
authored
Merge pull request #49 from Breens-Mbaka/fix/keyboard-not-showing
Remove request focus when clicking o dropdown icon
2 parents dcd5494 + 4f3835c commit 527ee0e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

searchable-dropdown/src/main/java/com/kanyidev/searchable_dropdown/SearchableExpandedDropDownMenu.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ fun <T> SearchableExpandedDropDownMenu(
153153
},
154154
) {
155155
if (expanded) {
156-
focusRequester.requestFocus()
157156
Icon(
158157
imageVector = openedIcon,
159158
contentDescription = null,

0 commit comments

Comments
 (0)