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
I think that's more a usage recommendation, because it's usually used in setting pages etc. that are not submitted to a backend via a form.
But I think more (probably most) controls can be used outside a form (listbox, select etc.).
I think a switch is a control (see openui/open-ui#81) that is usually placed outside (but should not be disallowed to be used within) a form.
Since it extends LionField/FormControl it gets all the interaction behaviors as described in the link and is thus compatible with the form.
Expected behavior
lion-switch should end up in
.formElements
after registrationSee #1316
The text was updated successfully, but these errors were encountered: