I have a UX issue on a field… Users are to enter a 6 character code to verify their email.
I have a condition button, which checks the text input for the character count before making clickable…
The problem is that it takes 2 seconds after a user stops typing to recognise this. Is there a more elegant way to handle this, or does someone know how I can make it more instant?
When I have similar conditions on continue buttons for state, it is instant… Not sure why it takes so long.
Thanks