-
Notifications
You must be signed in to change notification settings - Fork 59
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
Add helpful entry widgets that set up validation and appropriate keyboard types #17
Comments
Just to re-add some of the context from where this ticket came from we wonder if this is possible to deduce based on the validator in use rather than through manually setting by the developer |
Honestly though, overriding mobile.Keyboardable or w/e wasn't too bad (for |
Hmm, not sure what more we should do here. |
Hmm, I think it would be strange to wrangle the validators in a way to restrict the keyboard input. I'd go with https://developer.fyne.io/tutorial/numerical-entry and then possibly have entries in fyne-x whith has that restriction set. |
Agreed, so I guess this ticket is completed then? |
More or less, yeah. Might be a good idea to close when we have the extended widgets in fyne-x? Or open an issue there maybe? |
Transferred the whole ticket to fyne-x repository :) |
Moving this on from fyne-io/fyne#916. We should be supporting the restriction of input types in things such as entry on mobile where you might want to only allow number inputs for examples.
The text was updated successfully, but these errors were encountered: