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
are you guys aware that the validation example you show under Error state and delegates has little flaw? You validate the text of the textfield before the actual text change and not after the text change. So basically your validation is always one char behind what actual going on in the textfield.
Anyways, keep up the good work!
Stefan
The text was updated successfully, but these errors were encountered:
I Have a Problem as well with validation. In my case i have put a validation in one of my skyFloatingLabelTextfield so that the entered text must be at least 5 character long. The Validation is Working fine as expected for the first time , but However, if i delete a character it is still showing the field as correct one. i'd like to immediately show error on this field as soon as the character is deleted. I'm doing the validation using the delegate method as shown in example.
Hello,
are you guys aware that the validation example you show under
Error state and delegates
has little flaw? You validate the text of the textfield before the actual text change and not after the text change. So basically your validation is always one char behind what actual going on in the textfield.Anyways, keep up the good work!
Stefan
The text was updated successfully, but these errors were encountered: