Fix #164 and bypass the casting issue

https://github.com/filamentphp/filament/issues/12116#issuecomment-2097408424
This commit is contained in:
Lance Pioch 2024-05-07 00:10:46 -04:00
parent f17ac6ffac
commit 6468f85cb0

View File

@ -69,6 +69,7 @@ class EditEgg extends EditRecord
->helperText('Not implemented.') ->helperText('Not implemented.')
->columnSpan(['default' => 1, 'sm' => 1, 'md' => 2, 'lg' => 2]), ->columnSpan(['default' => 1, 'sm' => 1, 'md' => 2, 'lg' => 2]),
Forms\Components\KeyValue::make('docker_images') Forms\Components\KeyValue::make('docker_images')
->live()
->columnSpanFull() ->columnSpanFull()
->required() ->required()
->addActionLabel('Add Image') ->addActionLabel('Add Image')