beforesemicolon / flatlist-react

A helpful utility component to handle lists in react like a champ
MIT License
95 stars 17 forks source link

Search Delay Prop #67

Closed ECorreia45 closed 3 years ago

ECorreia45 commented 3 years ago

An optional prop for search that allows controlling the search delay

akolbuszewski commented 3 years ago

I would like to work on that Issue. Can I use lodash debounce to implement it?

ECorreia45 commented 3 years ago

Unfortunately it has to be straight javascript/typescript. I am trying to keep dependencies to a minimum.

Thank you.

ECorreia45 commented 3 years ago

This feature should be something implemented in the input handler for the field. Does not make sense for the list to handle the delay.