-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
If I use it in a collapsed section :
Section::make('Area')
->columnspanFull()
->collapsible()
->collapsed() // line causing trouble
->schema([
TextInput::make('geojson')
->hiddenLabel()
->hidden(),
UserSearchMapInput::make(), //extracted component into another class
]),
When i remove the default collapsed state, everything works fine.
Metadata
Metadata
Assignees
Labels
No labels