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
On the AdvancedEntry the required validation is working, but the the TextField it's not. I even tried to write my own not empty validator, and that wasn't working too. When I debug my validator, I saw that on key down (typing new chars) it detected the changes, but when I use backspace no event was triggered.
The text was updated successfully, but these errors were encountered:
I have a simple test app, to test the validation:
On the AdvancedEntry the required validation is working, but the the TextField it's not. I even tried to write my own not empty validator, and that wasn't working too. When I debug my validator, I saw that on key down (typing new chars) it detected the changes, but when I use backspace no event was triggered.
The text was updated successfully, but these errors were encountered: