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
I have an increment / decrement textarea on the page. There is a "+" and a "-" icon on each side of it. The default functionality is that when the "+" icon is clicked or tapped the value in the textarea increments and vice versa. The textarea is disabled by default.
We wanted to add mousewheel and arrow key functionality to this control, on a disabled textarea the mousewheel functionality works fine but the arrow key functionality does not work. When we remove the disabled attribute, the arrow key functionality works.
Is it possible to have the arrow keys increment the value in a disabled textarea?
We would like to keep the textarea disabled though to prevent users from editing the values directly.
Any help appriciated :) ...
The text was updated successfully, but these errors were encountered:
Great plugin .. thanks !
I have an increment / decrement textarea on the page. There is a "+" and a "-" icon on each side of it. The default functionality is that when the "+" icon is clicked or tapped the value in the textarea increments and vice versa. The textarea is disabled by default.
We wanted to add mousewheel and arrow key functionality to this control, on a disabled textarea the mousewheel functionality works fine but the arrow key functionality does not work. When we remove the disabled attribute, the arrow key functionality works.
Is it possible to have the arrow keys increment the value in a disabled textarea?
We would like to keep the textarea disabled though to prevent users from editing the values directly.
Any help appriciated :) ...
The text was updated successfully, but these errors were encountered: