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
When i set the required attribute on the Checkbox or RadioGroup the values are data-required=false or data-required=true. When I set this attribute on the TextField, then it is either missing when false or data-required when true. Therefore I am unable to use a single selector for styling.
The text was updated successfully, but these errors were encountered:
When i set the
required
attribute on the Checkbox or RadioGroup the values aredata-required=false
ordata-required=true
. When I set this attribute on the TextField, then it is either missing whenfalse
ordata-required
whentrue
. Therefore I am unable to use a single selector for styling.The text was updated successfully, but these errors were encountered: