Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search in dropdown #36

Open
divya-navsoft opened this issue Dec 7, 2020 · 1 comment
Open

Search in dropdown #36

divya-navsoft opened this issue Dec 7, 2020 · 1 comment

Comments

@divya-navsoft
Copy link

Please add some enhancement to include text search in dropdown mode for long list of data values

@AlfredAbdo
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants