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
We currently have @PropertySetter to set properties to a component host element, but there's no way to set attributes, specifically for aria purposes. This would be useful for things like aria-checked, aria-disabled, aria-selected, etc.
We currently have
@PropertySetterto set properties to a component host element, but there's no way to set attributes, specifically for aria purposes. This would be useful for things likearia-checked,aria-disabled,aria-selected, etc.