A set of Blade components to rapidly build forms with Tailwind CSS (v1.0 and v2.0) and Bootstrap 4/5. Supports validation, model binding, default values, translations, Laravel Livewire, includes default vendor styling and fully customizable!
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:
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: