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'm curious to hear everyone's thoughts on this. basically, the validation on our form fields kicks in right away. so if you try to send someone some tokens and you type 1 character the form turns red and you get an error. it can feel quite aggressive. as an alternative, i'll propose a couple options.
validate form on submit
add a sensible delay on keyup to the validation
what do you guys think about this?
The text was updated successfully, but these errors were encountered:
i'm curious to hear everyone's thoughts on this. basically, the validation on our form fields kicks in right away. so if you try to send someone some tokens and you type 1 character the form turns red and you get an error. it can feel quite aggressive. as an alternative, i'll propose a couple options.
keyup
to the validationwhat do you guys think about this?
The text was updated successfully, but these errors were encountered: