Open
Description
On regular input onChange I can do
if (isNaN(value) || value < 0) {
return;
}
and it will not allow typing in letters or negative value
but on DebounceInput it will allow typing anything (while still preventing getting letters or negative into controlled var value) which basically breaks component
Metadata
Metadata
Assignees
Labels
No labels