Skip to content

Add input event to InputNumber #506

Closed
@mertsincan

Description

@mertsincan

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;

  1. Clicking outside to validate the change after changing something in inputNumber.
  2. Changing the value using spinner's button/arrow keys
  3. Pressing the 'enter' key

And the value that comes to the model is the value that is validated.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type: EnhancementIssue contains an enhancement related to a specific component. Additional functionality has been add

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions