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
If the name attribute of the wl-radio has a . character, such as name="my.name" (or and character that breaks CSS query) then the radio throws an error:
DOMException: Failed to execute 'querySelectorAll' on 'DocumentFragment': 'wl-radio[name=my.name]:not([disabled])' is not a valid selector.
Perhaps the radio should perform some escaping on the name.
The text was updated successfully, but these errors were encountered:
If the name attribute of the wl-radio has a
.
character, such asname="my.name"
(or and character that breaks CSS query) then the radio throws an error:Perhaps the radio should perform some escaping on the name.
The text was updated successfully, but these errors were encountered: