nkbt / react-debounce-input

React component that renders Input with debounced onChange
MIT License
450 stars 61 forks source link

Empty FIeld #158

Closed mweel1 closed 1 year ago

mweel1 commented 1 year ago

If the field goes empty, I don't get an OnChange event.

I would think by setting the minLength to 0 I would get an event.

Any workarounds?

Thanks!