rawilk / laravel-form-components

Form components built for Tailwind & Livewire.
https://randallwilk.dev/docs/laravel-form-components
MIT License
396 stars 44 forks source link

Custom Select #9

Closed rawilk closed 4 years ago

rawilk commented 4 years ago

This PR adds a custom select component to the package. In addition, it also modifies the @fcScripts directive to output the required JavaScript for the new component, and it also adds a new @fcJavaScript directive to output just the required JS.

rawilk commented 4 years ago

This PR also addresses issue #4