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

Expose InputMask OnKeyDown event #9718

Closed
davisb10 opened this issue Jan 6, 2021 · 1 comment
Closed

Expose InputMask OnKeyDown event #9718

davisb10 opened this issue Jan 6, 2021 · 1 comment
Assignees
Labels
LTS-FIXED-9.2.4 Fixed in PrimeNG LTS 9.2.4 LTS-FIXED-10.0.9 Fixed in PrimeNG LTS 10.0.9 Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone

Comments

@davisb10
Copy link
Contributor

davisb10 commented Jan 6, 2021

I'm submitting a ... (check one with "x")

[ ] bug report => Search github for a similar issue or PR before submitting
[X] 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

Current behavior
The (keydown) event on the input is not exposed.

Expected behavior
Expose the event as an Output EventEmitter, so it could be used outside the component.

What is the motivation / use case for changing the behavior?

We are currently writing a bill keying module that users quickly type in field from a paper form into the system for future processing. They need to be able to quickly tab around and possibly skip sections if that area is empty. Exposing the keydown would allow us to listen to the tab and if the input is empty, move to the next area.

@yigitfindikli yigitfindikli added the Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add label Jan 8, 2021
@davisb10
Copy link
Contributor Author

davisb10 commented Jan 8, 2021

@yigitfindikli I have a pull request open for this as well. Not sure why it didn't show it as linked
Pull Request #9719

@yigitfindikli yigitfindikli self-assigned this Feb 17, 2021
@yigitfindikli yigitfindikli added this to the 11.2.3 milestone Feb 17, 2021
yigitfindikli added a commit that referenced this issue Feb 17, 2021
@yigitfindikli yigitfindikli added LTS-PORTABLE LTS-FIXED-10.0.9 Fixed in PrimeNG LTS 10.0.9 LTS-FIXED-9.2.4 Fixed in PrimeNG LTS 9.2.4 and removed LTS-PORTABLE labels Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LTS-FIXED-9.2.4 Fixed in PrimeNG LTS 9.2.4 LTS-FIXED-10.0.9 Fixed in PrimeNG LTS 10.0.9 Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
None yet
Development

No branches or pull requests

2 participants