You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: