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
FormAssociated supports the required property and attribute. There are cases (notably switch) that do not support being required per the ARIA spec (#3458). PR #3478 removes the aria-required attribute from the template, but the FASTSwitch still supports the required property and attribute because it extends FormAssociated.
We should refactor FormAssociated so that properties can be opt-it or opt-out and so that components like Switch can form-associated without exposing properties it should not have.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
FormAssociated
supports therequired
property and attribute. There are cases (notably switch) that do not support beingrequired
per the ARIA spec (#3458). PR #3478 removes thearia-required
attribute from the template, but theFASTSwitch
still supports therequired
property and attribute because it extendsFormAssociated
.We should refactor
FormAssociated
so that properties can be opt-it or opt-out and so that components likeSwitch
can form-associated without exposing properties it should not have.The text was updated successfully, but these errors were encountered: