EmKayDK / jstepper

A jQuery plugin usable for making a numeric textfield value easy to increase or decrease
ISC License
18 stars 6 forks source link

mousewheel working on readonly #23

Open haruhinoshana opened 7 years ago

haruhinoshana commented 7 years ago

sir how to disabled the mousewheel plugin on your plugin ......

im having issues that the mousewheel work when the input is on readonly mode

TIA

EmKayDK commented 7 years ago

Hi haruhinoshana

I will add an option for disabling the mousewheel and also make sure that the jStepper will not change the value of a field that is set to readonly.

Thank you for the report.