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

Question : How to access the textvalue if user submitts via keyboard ? #75

Open
Wizzel1 opened this issue Apr 23, 2020 · 2 comments
Open

Comments

@Wizzel1
Copy link

Wizzel1 commented Apr 23, 2020

If the user doesn't select a suggestion but instead commits his manual text via keyboard ?

@arpit-d
Copy link

arpit-d commented May 19, 2020

dunno if you still need it, but you can use textChanged function. For eg.

textChanged: (val) { setState(() { [your_var_name]= val; }); },

@Wizzel1
Copy link
Author

Wizzel1 commented May 20, 2020

@arpit-d thanks, much appreciated

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