Hi,
I just upgraded the v3.6.0 and i noticed an issue with the number input.
When the input mode is set to simple, when the field is selected and typed, there is a 0 that is always appended.
Like if you tab to the number input, and type 2, you see 20. If you do a ctrl+a and select 20 and type 3, you get a 30 again.
You are forced to manually delete the 0 before typing anything. In v3.5, the 0 would be replaced.
Even if you manage to type a number like, 34 and you select all and try to change it to say 45, you will get 450.
Its easy to replicate this.
Check this fiddle http://jsfiddle.net/mohamedazher/1m60e6g9/
- Place the pointer before 0, type 2, you get 02
- Place the pointer after 0 and type 2, you get 20
- Ctrl+a to select everything and type 2, you get 20 again
- type any number like 33, do ctrl+a and change it to 1, you will get 10
- type 33, and tab into this field to select everything and type 45, you get 450
Again, this used to work flawlessly in v3.5, the issue is only with v3.6 and that too only in input mode simple.
I hope there is some solution to this as it is really annoying having to delete the 0 every time you want to type something.
-Mohamed Azher