Filament\Forms\Components\Select::isOptionDisabled():

Argument #2 ($label) must be of type string, null given, called in /../storage/framework/views/a7a61bf937bbbc17b1d5fdc4121e9f173917da9e.php on line 83. Hi. Why I have this error? I just use a Select: Forms\Components\Select::make('category_id')
->options(Category::all()->pluck('name', 'id')),
Was this page helpful?