Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InputNumber onValueChange ignores Numpad Enter #6107

Closed
melloware opened this issue Mar 7, 2024 · 0 comments
Closed

InputNumber onValueChange ignores Numpad Enter #6107

melloware opened this issue Mar 7, 2024 · 0 comments
Assignees
Labels
Type: Bug Issue contains a defect related to a specific component.
Milestone

Comments

@melloware
Copy link
Member

Discussed in https://github.com/orgs/primefaces/discussions/1379

Originally posted by SergiuCimpoi March 7, 2024
One of the common use cases when you type numbers is to use the numpad keys, which naturally leads to validating the input by pressing the numpad Enter key, out of obvious reasons.
The InputNumber component validates the model on Tab and Enter only, NumpadEnter case missing.
An extra case 'NumpadEnter'' would do wonders for almost no costs.

@melloware melloware transferred this issue from primefaces/community Mar 7, 2024
@github-actions github-actions bot added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Mar 7, 2024
@melloware melloware added Type: Bug Issue contains a defect related to a specific component. and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Mar 7, 2024
@melloware melloware self-assigned this Mar 7, 2024
@melloware melloware added this to the 10.5.2 milestone Mar 7, 2024
melloware added a commit to melloware/primereact that referenced this issue Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant