filament/filament
v3.2.99
v11.20.0
No response
PHP 8.2
When using the blockPreviews
for Builder
the reactivity in the modal form doesn't work once the block is saved.
Same as without blockPreviews
See https://github.com/martin-ro/block-builder (UserResource)
or
add this to a from:
Forms\Components\Builder::make('blocks')
->blockPreviews()
->schema([
Forms\Components\Builder\Block::make('test')
->preview('components.test')
->schema([
Forms\Components\Checkbox::make('is_company')
->live(),
Forms\Components\TextInput::make('company_name')
->hidden(fn(Forms\Get $get): bool => !$get('is_company'))
])
])
https://github.com/martin-ro/block-builder
No response
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too