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

Added setting to make the NumberSelection TextInput non-editable. #281

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MGlolenstine
Copy link

TextInput field in NumberSelection is by default enabled, but is only used to update when the buttons are pressed.
If text is inserted into the field, nothing changes and increase/decrease buttons just continue from the previous value.

I've added a keyboard_editable setting, which sets the edit TextInput to readonly, which prevents keyboard input, but still allows it to display the currently selected value.

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

Successfully merging this pull request may close these issues.

1 participant