We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “No 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? No Sign in to your account
.99
0.99
Demo: http://jsfiddle.net/5g7ungrx/2/
The input field should allow for a '.' without truncating it automatically.
The . is being truncated.
.
The text was updated successfully, but these errors were encountered:
Indeed, this is not really expected.
You can set the enforceStep option to false as a workaround: http://jsfiddle.net/pwsh5jh3/
enforceStep
Sorry, something went wrong.
@ValentinH PS the canned instructions for opening a new issue spelled behavior incorrectly. Figured it was worth mentioning.
behavior
It just a difference of spelling between US and UK! 😆
I have added a block about this issue in the ReadMe: https://github.com/angular-slider/angularjs-slider#decimal-value-cant-be-typed-in-an-input-field-linked-to-the-slider.
No branches or pull requests
Steps to reproduce
.99
to the text input.0.99
without having to try multiple times and get lucky.Demo: http://jsfiddle.net/5g7ungrx/2/
Expected behavior
The input field should allow for a '.' without truncating it automatically.
Actual behavior
The
.
is being truncated.The text was updated successfully, but these errors were encountered: