Skip to content

Scroll not supported inside Templates.Menu? #106

@manisrini

Description

@manisrini

Templates.Menu {
FilterListOptionsView(items: itemsBinding) { item in
self.didSelectItem?(item)
}
.frame(maxHeight: 400)
}label: { fade in
FCPrimaryButtonView(displayName: "Test popup").opacity(fade ? 0.5 : 1)
}

While using for Templates.Menu, the popover view gets out of the screen. To avoid that, I fixed the maxheight as 400. But now I am unable to scroll inside the popover. Is there anything I can do. Please do respond quickly its urgent. Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions