SearchableSpinner
SearchableSpinner copied to clipboard
Fully Searchable Spiner Dialog
Results
14
SearchableSpinner issues
Sort by
recently updated
recently updated
newest added
The keyboard is using the full screen and you have to press the button back to see the results, I'm using android 8.0, (In others EditText I set android:imeOptions="flagNoExtractUi" )
Replaced compile to implementation
As it's common to need the ID of a given value and not just its label, this PR use complex beans instead of plain Strings. Usually, you need to work...