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

Possible to enable autofocus on first input #4

Closed andregoldstein closed 4 years ago

andregoldstein commented 4 years ago

Many thanks for this brilliant integration, such a great timesaver.

Just wondering if there is a way of setting the first input\s autofocus attribute?

Thanks

kdion4891 commented 4 years ago

not currently, you'd have to make a custom input for this. see docs for info on using your own view for a field.