Liven this up
This commit is contained in:
parent
d4f325e6c5
commit
6c8816c289
@ -89,7 +89,7 @@ class EggResource extends Resource
|
|||||||
->columnSpan(1)
|
->columnSpan(1)
|
||||||
->itemLabel(fn (array $state) => $state['name'])
|
->itemLabel(fn (array $state) => $state['name'])
|
||||||
->schema([
|
->schema([
|
||||||
Forms\Components\TextInput::make('name')->maxLength(191)->columnSpanFull(),
|
Forms\Components\TextInput::make('name')->live()->maxLength(191)->columnSpanFull(),
|
||||||
Forms\Components\Textarea::make('description')->columnSpanFull(),
|
Forms\Components\Textarea::make('description')->columnSpanFull(),
|
||||||
Forms\Components\TextInput::make('env_variable')->maxLength(191),
|
Forms\Components\TextInput::make('env_variable')->maxLength(191),
|
||||||
Forms\Components\TextInput::make('default_value')->maxLength(191),
|
Forms\Components\TextInput::make('default_value')->maxLength(191),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user