Bastian Fießinger

Results 16 issues of Bastian Fießinger

### The Problem: As mentioned in #18 currently while executing the render method all livewire-select component values, which have dependencies, are nulled. Assuming the following components the `car-brand-select` would indeed...

This PR focuses on making the config file publishable and add styles array **publish config:** ```bash php artisan vendor:publish --tag=livewire-select-config ``` #33 could make use of configurable styles

Using Tabs regardless if the title is on the first place it has margin to the top which looks kind of weird. There should be a class added like `.tab-first`...

Currently with a configuration like ```php $cmb2_box->add_field( [ 'name' => 'some name', 'desc' => 'some desc', 'id' => 'some_id', 'type' => 'switch_button', 'default' => 'on' ] ); ``` the switch_button...

I was a little bit confused when I saw none of the styles where enqueued on my custom options page. After browsing the code I saw all scripts and styles...