You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add some enhancement to include text search in dropdown mode for long list of data values
I am not sure how you would implement adding a searchable version of MODE_DROPDOWN, but I think adding a searchable version of MODE_DIALOG (or even MODE_BOTTOMSHEET) would be possible.
I think it should be a matter of copying most of the popup's logic but with a new custom dialog (for MODE_DIALOG, using a custom AlertDialog instead of the builder inside the show function, and for MODE_BOTTOMSHEET, using a custom BottomSheetDialog instead of the default constructor inside the show function).
Please add some enhancement to include text search in dropdown mode for long list of data values
The text was updated successfully, but these errors were encountered: