protonemedia / laravel-form-components

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!
https://protone.media/blog/laravel-form-components-to-rapidly-build-forms-with-tailwind-css-and-bootstrap-4
MIT License
814 stars 105 forks source link

feat: add ability to choose if the placeholder of a select element is… #104

Open long-blade opened 1 year ago

long-blade commented 1 year ago

Closes #103 make the placeholder option element of a select element selectable by default, but keep the ability to be disabled

zhanang19 commented 1 year ago

I think this is a breaking change. The placeholder should be disabled by default, and can be overriden from component props if needed.