Searchable Drop down #4887
-
Is there a way that we can make drop down searchable or it can filter drop down option based on keyboard event first letter means if during opening of drop down option if user press A then all drop down option will be filtered based on values starting from alphabet A |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
In the next release (0.27.0) we will change Flet Dropdown to use a different flutter widget (https://api.flutter.dev/flutter/material/DropdownMenu-class.html) which will allow search and filter results: |
Beta Was this translation helpful? Give feedback.
-
That awesome please also completed autocomplete widget and notifications in upcoming release |
Beta Was this translation helpful? Give feedback.
For these properties to be activated, the editable property must be set in True