nkbt / react-debounce-input

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

Fix negative timeout #117

Closed nkbt closed 4 years ago

nkbt commented 4 years ago

Fixes #90 Based on https://github.com/nkbt/react-debounce-input/issues/90#issuecomment-387138180 Thanks @MatejBransky

Apparently the issue was introduced in #47... Been a while

Also persist original event when calling onBlur/onKeyPress