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

Unable to bind the data. #82

Open abbasmashaddy72 opened 2 years ago

abbasmashaddy72 commented 2 years ago

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 use the same form for both create and update separate functions, I was able to save the data but unable to see the previous data but was able to save the edit from.

Thanks in Advance for the package.

Screenshot_20220131_022959

abbasmashaddy72 commented 2 years ago

Small issue from my side was not passing the data

abbasmashaddy72 commented 2 years ago

I had fixed the above one, but now I am getting this error

Unable to find where the issue is.

Screenshot_20220131_101355

lrljoe commented 2 years ago

Are you still experiencing this issue?