Steps to reproduce
- Try to append to
.99 to the text input.
- You'll see it immediately gets cut off so that the user cannot enter say
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.
Steps to reproduce
.99to the text input.0.99without 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.