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 this Boolean attribute is set, all form controls that are descendants of the <fieldset>, are disabled, meaning they are not editable and won't be submitted along with the <form>. They won't receive any browsing events, like mouse clicks or focus-related events. By default browsers display such controls grayed out. Note that form elements inside the <legend> element won't be disabled.
Describe the bug
It is expected that HTML elements are disabled in a globally disabled
fieldset
Ref: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/fieldset#attributes
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Choices.js appears and behave like a disabled fieldset
Screenshots
Desktop (please complete the following information):
Additional context
On Firefox, the element is not interactable but it looks like an interactable field
Workaround
The text was updated successfully, but these errors were encountered: