-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Tab key in p-dialog with p-InputNumber #9380
Comments
I also see this issue in the latest version of PrimeNG (14.1.2) For extra information: This issue is not limited to InputNumber, and in fact applies to any |
Opened PR #12124 to resolve this issue, the root issue is that the |
Hi, So sorry for the delayed response! Improvements have been made to many components recently, both in terms of performance and enhancement. Therefore, this improvement may have been developed in another issue ticket without realizing it. You can check this in the documentation. If there is no improvement on this, can you reopen the issue so we can include it in our roadmap? Best Regards, |
@mertsincan @cetincakiroglu I can confirm that this issue still exists in PrimeNG/Angular version 15. PR #12124 still contains a viable fix. |
Hi @dcbroad3, I've reviewed your pr and requested some changes. Thank you for your support and effort! |
[x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35
Plunkr Case (Bug Reports)
https://stackblitz.com/edit/github-dialog-tab?embed=1&file=src/app/app.component.html
Current behavior
Expected behavior
The whole value of a input should be selected in a p-dialog, easier to override
The text was updated successfully, but these errors were encountered: