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

fix: set_on_enter_listener does not exist in remi api (anymore?) #3

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

Conversation

krixkrix
Copy link

@krixkrix krixkrix commented Dec 1, 2018

without this change my app raises exception:

'TextInput' object has no attribute 'set_on_enter_listener'

@awesomebytes
Copy link
Owner

I see. The problem with that is that it will trigger a dynamic reconfigure call on every character entered in the text field. Which is not a good idea. We'd need to filter out if it's not an enter key don't do anything... Do you think you can add that?

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.

None yet

2 participants