core-ui icon indicating copy to clipboard operation
core-ui copied to clipboard

Integrate react-debounce-input

Open MonPote opened this issue 5 years ago • 0 comments

Component: DebounceInput

Why this is needed: The component has not been updated for a while and we have some warning because of it.

What should be done: For for a first version, make it work without warnings is good enough.

Implementation proposal (strongly recommended): The most straightforward way is embed the code. It's super small and easy to understand : https://github.com/nkbt/react-debounce-input/blob/master/src/Component.js We might also want to do some improvement.

Test plan:

MonPote avatar Dec 02 '20 13:12 MonPote