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

how to make condition on input or select tag #106

Open mdrakash opened 1 year ago

mdrakash commented 1 year ago

i need to condition if data is bind option is assign otherwise select form was disabled

        <x-form-select name="vehicle[model_id]" id="vehicle-model" disabled label="Model" placeholder="Select Model" />