-
Notifications
You must be signed in to change notification settings - Fork 70
Display a numeric keyboard for number input fields #1265
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
Conversation
This is on conflict with the new qrg input where you can enter 'khz', 'mhz' and so on to change the unit... |
See also #1266 |
Rolled back the changes for the frequency input fields. Ok to merge? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works on those field (Az/Ele/Power).
Well on Desktop you don't have the number bock anyway. I would rather make the input field Normal behaviour on Desktop |
Both options (user option to deactivate the “intelligent parsing” of the qrg OR setting the field to number via JS when working mobile) means: Both branches must be maintained. KISS (for user AND code) would be here: Use the button for the unit and put the field into num-type. just my 2ct |
This changes the numeric input fields so that on mobile / touch input platforms a simplified numeric keyboard is shown instead of a full blown text input one.
Before:
After: