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
Hi, today I created PR #327 that affects this issue. For me, it doesn't make sense to be able to input characters in a field that can only store digits. Thus, input fields for numbers (integers, floats) will use a numberpad automatically, now.
Hopefully, this project will become a little more active again, and this PR will be merged?
In my OModel, OColum phone=new OColumn("Phone number",OInteger.class).setSize(12).serRequired();
how can i promote only numberpad to user ?
android:inputType="number"
The text was updated successfully, but these errors were encountered: