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
Nothing! I'm using the constraint validation and the form is still invalid, since the actual radio button is never checked. Only the model value is synced not the checked state on the actual <input type="radio">.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
What is expected?
the form should be submitted
What is actually happening?
Nothing! I'm using the constraint validation and the form is still invalid, since the actual radio button is never checked. Only the model value is synced not the checked state on the actual
<input type="radio">
.The text was updated successfully, but these errors were encountered: