I'm about to apply your plugin to my project but I found an issue that if I input some number and then input many dashes then the dashes still remain in the text field. (Ex: 54--------------53453).
The snippet of code I am using is:
$('#MaxEntries').jStepper({ minValue: 1, minLength: 1, allowDecimals: false, disableNonNumeric: true });
Please investigate and fix it.
Thanks and best regards,
Diane
The text was updated successfully, but these errors were encountered:
Added link to GitHub to the website.
Changed some minor things in the changelog.
Added a check/redirect to avoid duplicate content issues with default.aspx.
Hello!
I'm about to apply your plugin to my project but I found an issue that if I input some number and then input many dashes then the dashes still remain in the text field. (Ex: 54--------------53453).
The snippet of code I am using is:
$('#MaxEntries').jStepper({ minValue: 1, minLength: 1, allowDecimals: false, disableNonNumeric: true });
Please investigate and fix it.
Thanks and best regards,
Diane
The text was updated successfully, but these errors were encountered: