Closed
Description
The input event parses the value in the current input field and returns it to model. The value that comes to the model is the value that is not validated. This event is called every time one presses a key.
In current behavior, the model is updated in three ways;
- Clicking outside to validate the change after changing something in inputNumber.
- Changing the value using spinner's button/arrow keys
- Pressing the 'enter' key
And the value that comes to the model is the value that is validated.
Activity