Merge pull request 'Added searchable in characteristics type in sticker detail resource page' (#889) from ranjith-dev into master
Reviewed-on: poc/pds#889
This commit is contained in:
@@ -88,6 +88,7 @@ class StickerDetailResource extends Resource
|
||||
Forms\Components\Select::make('characteristics_type')
|
||||
->label('Characteristics')
|
||||
->reactive()
|
||||
->searchable()
|
||||
->options(
|
||||
collect(Schema::getColumnListing('item_characteristics'))
|
||||
->reject(fn ($column) => in_array($column, [
|
||||
|
||||
Reference in New Issue
Block a user