My goal is to have a numeric field that validates as the user types, but it seems that validation only runs after the user leaves the cell.
Is it is possible to start cell validation when the user types, and continue refresh it again as the user continues to type or edit the field.
In the example below from v4.9 examples I have edited a numeric field and then left the cell once, which correctly gives an error.
But if I renter the cell and correct it to a positive number without letters, it will still show the red validation border while editing until I leave the cell.
Can anyone point me in the right directions?
Do a Custom Editor that validates on each keypress