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.
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.