salim-lachdhaf / searchable_dropdown

Simple and robust Dropdown with item search feature, making it possible to use an offline item list or filtering URL for easy customization.
MIT License
326 stars 316 forks source link

Option to remove search delay #617

Closed joranmulderij closed 6 months ago

joranmulderij commented 6 months ago

Would it be possible to add an option that can be used to remove the search delay? Would be really nice.

Thanks in advance.

GameOnAnil commented 6 months ago

@joranmulderij This is already available. You can do

DropdownSearch(
     popupProps: PopupProps.menu(searchDelay: Duration(seconds:0)),
 );
joranmulderij commented 6 months ago

Ah yes I found that later and forgot to close the issue. Maybe consider making it the default?