kdion4891 / laravel-livewire-forms

A dynamic, responsive Laravel Livewire form component with realtime validation, file uploads, array fields, and more.
243 stars 54 forks source link

Bug if all fields are empty #11

Open niekbr opened 4 years ago

niekbr commented 4 years ago

If no fields have been filled in (and no fields are required), $this->form_data = null, which throws an exception. This fixes that bug