-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dash character not excluded #9
Comments
Hi! Thank you for your message and your observation. Could you provide a more detailed description on how to reproduce the bug? Thanks in advance M |
Hello Thank you On Tue, Jan 27, 2015 at 9:38 PM, Martin Kruse notifications@github.com
[ think twice, think algorithmic ] [:[ i , nexus ] [ pragmatic chaos ] [: |
Any news on this? :) |
Hi! $(document).ready(function() {
$("input#myValue").jStepper({
minValue: 1,
allowDecimals: false
});
}); After initializing the plugin with this configuration everything works fine, except for when you input a hyphen character. For instance, if you type 123 then - then 456 the hyphen character remains in the input field. Is this behavior correct, am I missing something here? Thanks again for your time :) |
I just uploaded a bug fix for this. I made it so dashes are just ignored if they are not typed as the first character in the field. |
Hello Martin Best Regards On Mon, May 4, 2015 at 2:00 PM, Martin Kruse notifications@github.com
[ think twice, think algorithmic ] [:[ i , nexus ] [ pragmatic chaos ] [: |
Hello
I came across your website today and thought it's a good plugin for my purposes. one thing though, if you type a dash (-) character it will be excluded after keyPress, but if you input some digits and then input a dash character, it will remain in the input field.
Maybe I'm using it wrong, if so please point out my mistake. If this is a bug, I would appreciate it being fixed in the next release.
Thanks in advance
The text was updated successfully, but these errors were encountered: