Posted 13 April 2023, 7:02 am EST
Hi teams,
On my application, i want to have a cell that only accept numberic character.
For example:
- End user double click to cell A1 => editor is shown with empty value.
- End user typing character “123” => editor show “123”.
- End user typing character “q” => editor still show “123”.
Do you have any event that is firing and validating when user is typing real time ?
