searchable_dropdown
searchable_dropdown copied to clipboard
Simple and robust Dropdown with item search feature, making it possible to use an offline item list or filtering URL for easy customization.
Hi. According to changelog i should use "dropdownDecoratorProps" now, but with version ' dropdown_search: ^5.0.2 ' i get the error: The named parameter 'dropdownDecoratorProps' isn't defined. Looks like the types...
This should fix the issue with the keyboard. It would have been helpful if you didn't close the previous PR right away, so I had the chance to fix it....
**Describe the bug** I have a button in my dropdown to expand and contract rows. This works great, until I start to filter the row with the searchbox above. When...
I am unable to change the color of of the text in the dropdown or the text of the popup. The text is always black. Code: ``` DropdownSearch( popupProps: PopupProps.menu(...
**update Simple implementation** **from this :** > because is not working anymore ``` dropdownSearchDecoration: InputDecoration( labelText: "Menu mode", hintText: "country in menu mode", ), ``` **to this :** ``` dropdownDecoratorProps:...
DropdownSearch.multiSelection( I didn't find exposed property to set checkbox position。 thanks
**Is your feature request related to a problem? Please describe.** At this moment I cannot find a way to let the default box work like a search box as well....
Sorry for bad english, but i can't expand my DropdownSearch, so i made this little fix
So when I was using the library, I came up with this error that when we are dismissing the modalBottomSheet or dialog or menu, the onDismissed function is not called...
when try to select item in again and again in quickly, the error of duplicate global key is detected.