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 104 forks source link

Handling "false" values in select fields #74

Closed ricardoh closed 2 years ago

ricardoh commented 2 years ago

In a select field with boolean values, the "false" value was being treated as "null" leaving the select field without a selected valued.