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

Update autofill hints dynamically #192

Open
MartinKostadinov1 opened this issue Sep 4, 2024 · 0 comments
Open

Update autofill hints dynamically #192

MartinKostadinov1 opened this issue Sep 4, 2024 · 0 comments
Assignees

Comments

@MartinKostadinov1
Copy link

I am trying to update the autofill hints of the field while the mobile app keyboard is visible and field is focused. I am using the pinput field for one time code which is received as a message on the phone. What I am trying to achieve is when you start typing in the field the autofill code suggestion needs to be hidden and when there is no more content in the field the autofill suggestion should be visible once again. I managed to get this working with closing and opening the keyboard on input and deletion of the first symbol in the field. Is there more proper solution to achieve this?

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