Skip to content

Display issue, when used in a collapsed section #123

@mathias-aa

Description

@mathias-aa

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
                                    ]),
Image

When i remove the default collapsed state, everything works fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions