Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to set this on OControls :android:inputType="number" #287

Open
adam-nadar opened this issue Dec 7, 2016 · 1 comment
Open

how to set this on OControls :android:inputType="number" #287

adam-nadar opened this issue Dec 7, 2016 · 1 comment

Comments

@adam-nadar
Copy link

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"

@pathob
Copy link

pathob commented Jun 30, 2017

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants