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
We have two buttons in addition to the textarea / field, there's a "+" button and a "-". Is there a way to bind these to the "increase" and "decrease" functions on the textarea.
Currently we have a snippet of js that increases and decreases the values in the textarea when the buttons are clicked. But this does not respect the "min", "max", "step", and "shiftStep" properties set on the textarea/plugin.
It would be great if the plus and minus buttons could be bound to the increase and decrease functions in a way that they operate within the limits set by the min, max etc properties that are set on the field.
The text was updated successfully, but these errors were encountered:
By default the plugin monitors only keyboard and mousewheel (and sorry to tell you this doesn't work on FireFox currently), I think attaching these functions to some buttons is not a big problem, you can try to do it yourself or I will take care of it later :)
We have two buttons in addition to the textarea / field, there's a "+" button and a "-". Is there a way to bind these to the "increase" and "decrease" functions on the textarea.
Currently we have a snippet of js that increases and decreases the values in the textarea when the buttons are clicked. But this does not respect the "min", "max", "step", and "shiftStep" properties set on the textarea/plugin.
It would be great if the plus and minus buttons could be bound to the increase and decrease functions in a way that they operate within the limits set by the min, max etc properties that are set on the field.
The text was updated successfully, but these errors were encountered: