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
When usePreview: false and the input type="number" the input is restricted to a single character. This is the case with every layout I tried (including custom). Wasn't able to debug on my own. Good luck!
Chrome 37 Dev (Mac)
The text was updated successfully, but these errors were encountered:
Chrome, and I think most other browsers are following this behavior, now does not return a caret position for type="number" and type="email" inputs (see #241).
I recently added some code to switch any preview inputs (usePreview: true) from number type to text (see #279). In your desired situation, we may have to disable caret positioning completely. Honestly, based on pure conjecture, I don't think it'll work the way you want since the plugin needs a caret position.
I'll see what I can do, but my time is very limited for the next month.
When
usePreview: false
and the inputtype="number"
the input is restricted to a single character. This is the case with every layout I tried (including custom). Wasn't able to debug on my own. Good luck!Chrome 37 Dev (Mac)
The text was updated successfully, but these errors were encountered: