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 Mar 26, 2019. It is now read-only.
Which is indeed not valid markup; semantically only li elements should be direct children of ul elements. I'm not sure if this was a bug/oversight when creating the sample code or if the CSS for ChoiceFieldGroup was originally structured that way, but either way this should be investigated & fixed. The solution could either be turning the ms-RadioButton element into an li (less likely) or instead wrapping in an li with a class like ms-ChoiceFieldGroup-listItem`.
We'll try to look into this soon, but feel free to do the same--if you happen to resolve this, feel free to open a PR fixing the documentation. Sorry for the hassle!
I tried it but there doesn't seem to be a style to remove the rendered bullets from the
li
Thanks.
The text was updated successfully, but these errors were encountered: