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 have an entry field. It was validated as invalid. Then I programmatically add data to the field. The field is now valid. But the invalid flag is still set. How do I reset the validity status when adding text to a field. Can I force validation even though I never enter text through the keyboard. I tried setting focus to the field but that didn't help.
thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have an entry field. It was validated as invalid. Then I programmatically add data to the field. The field is now valid. But the invalid flag is still set. How do I reset the validity status when adding text to a field. Can I force validation even though I never enter text through the keyboard. I tried setting focus to the field but that didn't help.
thanks
Beta Was this translation helpful? Give feedback.
All reactions