You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Awesome! Per issue #7, there are issues with type="number" stemming from imperfect browser specs/implementations that Angular cannot or has not been able to fix 100%. From a quick reexamination, the situation has not improved so I'll have to keep this implementation.
If triggering the numeric keypad is all you're looking for, can you use <input pattern="[0-9]*" …> instead? You can't enter decimal points this way though…
How about making it such that it behaves like how you'd enter decimals in ATMs, e.g. pressing 1234 triggers this sequence: 0.01 --> 0.12 --> 1.23 --> 12.34?
Hi I am using your directive and i love it.
Is there any way to make it work with input type="number"?
It is particularly for mobile so that when the input field is in focus, it brings up the number key pad rather than text keyboard.
The text was updated successfully, but these errors were encountered: