rawilk / laravel-form-components

Form components built for Tailwind & Livewire.

Home Page:https://randallwilk.dev/docs/laravel-form-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Select component does not work

mertasan opened this issue · comments

<x-custom-select wire:model="product.category_id" :options="['foo', 'bar']" />

screenshot 90

screenshot 91

  • Package version: 3.1.1
  • Laravel version: 8.x

There was a problem because I did not define livewire property. I fixed it.