Flutter package to create Pin code input text field with every pixel customization possibility 🎨 with beautiful animations, iOS autofill, Android autofill
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?
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?