Forked from https://github.com/davigmacode/flutter_smart_select, updated legacy code, migrated to null safety and more. AwesomeSelect allows you to easily convert your usual form select or dropdown into dynamic page, popup dialog, or sliding bottom sheet with various choices input such as radio, checkbox, switch, chips, or even custom input. Supports single and multiple choice.
Hi,
I am trying to make the modalSheet to not expand after pressing on search field ( and keyboard appear) but I can not found such a property. Is there any? Or is there a method I need to override to prevent this behavior?
Also, when I use the default search implementation, after clicking in search field, all items disappear like no results are matching. Is it possible to set it to take the all list of choices and filter it after entering a char?
Hi, I am trying to make the modalSheet to not expand after pressing on search field ( and keyboard appear) but I can not found such a property. Is there any? Or is there a method I need to override to prevent this behavior? Also, when I use the default search implementation, after clicking in search field, all items disappear like no results are matching. Is it possible to set it to take the all list of choices and filter it after entering a char?