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 Jan 2, 2024. It is now read-only.
When we have a select element and add a placeholder placeholder="-- None --"., the <option> element has the disabled attribute by default. This disables the ability to revert selection by clicking on the none with a null value.
First Action:
The user changes his mind and now wants to revert to selecting this option which is not possible:
The text was updated successfully, but these errors were encountered:
When we have a select element and add a placeholder
placeholder="-- None --".
, the<option>
element has thedisabled
attribute by default. This disables the ability to revert selection by clicking on the none with a null value.First Action:
The user changes his mind and now wants to revert to selecting this option which is not possible:
The text was updated successfully, but these errors were encountered: