laravel-form-components icon indicating copy to clipboard operation
laravel-form-components copied to clipboard

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 defau...

Results 26 laravel-form-components issues
Sort by recently updated
recently updated
newest added

My site uses tailwind and bootstrap. Is it possible to use multiple frameworks? For example on bootstrap4_index.blade.php I declare to use framework bootstrap 4 and on tailwind_index.blade.php I declare to...

Checked Box For Loop Code ` @foreach ($permissions as $key => $value) @endforeach ` Please Check the below Attachment for the clear look on issue ![Peek 2022-07-14 13-34](https://user-images.githubusercontent.com/55267488/178933683-00dcd7a4-5043-407a-91e3-2383dab1a31c.gif) Thanks in...

Please Add an Image / File Upload Form component, It would be very helpful

Hi, I am very thankful for your package. I have a small issue in which I am unable to understand how to use the binding. When I am trying to...

According to [BS5 docs](https://getbootstrap.com/docs/5.2/forms/form-control/#example), form labels should contain .form-label class to be displayed correctly. Without it, the space between label and field is too small. Before: ![obraz](https://user-images.githubusercontent.com/106807592/171849259-244190e3-db88-4e89-973e-cd44aff588ed.png) After: ![obraz](https://user-images.githubusercontent.com/106807592/171849272-d88ebf00-231c-4a4f-9808-b96769676dc0.png)

Hello, I would like to make a suggestion for a modification to x-form-submit which I would create a pull request for but I am not sure how this will work...

Hi, How Can use the same form for Create, update with livewire?

Hello query I unify the form create and edit in a single view, since this library helps me not to make double form. The question is that I have a...

Following the docs, I'm trying to get Livewire to work with relationships and a multi-select. Code is as follows: ``` @wire @if($isEditing) @endif @endwire ``` Whilst the options are populated,...

Just dropping this quick issue here, I'll see if I can do a PR later. If we have a BS5 field with an append like this ![image](https://user-images.githubusercontent.com/1001484/149522155-23e6e968-5897-4096-b26e-266a8dee86f1.png) ``` % ```...