smartnsoft / flappy_search_bar

SearchBar widget to handle most of search cases
MIT License
173 stars 93 forks source link

Disable auto search #14

Open drewbitt opened 4 years ago

drewbitt commented 4 years ago

Feature request: disable the auto search and only search when the user presses return.

drewbitt commented 4 years ago

Right now pressing return/enter does nothing. Maybe it should also affect the debounce. Pressing return should cause a new search to happen no matter how many seconds more we are waiting for a new search. Or at least have that as an option.