You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I don't want the value to change in the numeric column when i press the arrow up and down keys, because some users press these keys to scroll up and down the page, then do not realize they are changing the value inside the numeric field.
Describe the solution you'd like
Add a simple tag I can add to IgbNumericColumn, that disables the arrow key functions.
Describe alternatives you've considered
Maybe a way to add onkeydown events to a numeric column?
Is your feature request related to a problem? Please describe.
I don't want the value to change in the numeric column when i press the arrow up and down keys, because some users press these keys to scroll up and down the page, then do not realize they are changing the value inside the numeric field.
Describe the solution you'd like
Add a simple tag I can add to IgbNumericColumn, that disables the arrow key functions.
Describe alternatives you've considered
Maybe a way to add onkeydown events to a numeric column?
Additional context
Sample:
https://github.com/user-attachments/assets/cb000228-8602-4482-bc7c-8e2f5d28be57
The text was updated successfully, but these errors were encountered: