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
{{ message }}
This repository has been archived by the owner on Dec 25, 2017. It is now read-only.
I am using a field property to determine if I should show an error message or not. I found it wise to use the "touched" property of the field for this task. It works great when you have focused the field and then used the mouse to focus on another field. However it doesn't have the same behavior if I simply change field using the tab character.
EDIT:
This is only the case when tabbing from an input field to a button. If I tab to another input field the property is changed.
The text was updated successfully, but these errors were encountered:
I'm having the same issue, when I tab from the first field in the form touched changes to true, but when I tab from subsequent fields the touched property doesn't change.
Hi,
I am using a field property to determine if I should show an error message or not. I found it wise to use the "touched" property of the field for this task. It works great when you have focused the field and then used the mouse to focus on another field. However it doesn't have the same behavior if I simply change field using the tab character.
EDIT:
This is only the case when tabbing from an input field to a button. If I tab to another input field the property is changed.
The text was updated successfully, but these errors were encountered: