Expose InputMask OnKeyDown event #9718
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
I'm submitting a ... (check one with "x")
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.
The text was updated successfully, but these errors were encountered: