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!

Home Page:https://protone.media/blog/laravel-form-components-to-rapidly-build-forms-with-tailwind-css-and-bootstrap-4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to make condition on input or select tag

mdrakash opened this issue · comments

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" />