jquense / react-formal

Sophisticated HTML form management for React
http://jquense.github.io/react-formal
MIT License
527 stars 52 forks source link

Debounce remote yup validation #130

Closed rosskevin closed 4 years ago

rosskevin commented 7 years ago

@jquense - is there anywhere I could tune a debounce for certain fields? For example, I've got remote uniqueness validation via yup, and it seems that each keyUp is sending a call to the server.

If not, any thoughts on where a debounce belongs?

dfmartin commented 5 years ago

Just wondering if you ever found a solution to this. We have come across the same situation.

devashishsethia commented 4 years ago

Did any of you found out where does debounce belong?

IBelyaev commented 4 years ago

I have same problem(

jquense commented 4 years ago

there is a delay that configures the debounce for field. It's always been there and the default is 250ms