Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DashboardFilters display as inline even when popover is specified #2995

Open
RobinShift4 opened this issue Jan 30, 2024 · 1 comment
Open

Comments

@RobinShift4
Copy link

I'm trying to have a minimal popover display for all my filters but the DashboardFilter component renders them as inline - the default is popover but it is still rendered as inline. Even if I manually change the UI config to be popover they are rendered as inline.

@mdodgelooker
Copy link
Contributor

mdodgelooker commented Jan 30, 2024

Indeed, the DashboardFilter component has not implemented support for popover vs inline layout. Take a look at the Popover component from @looker/components – it may be helpful if you want to implement the popover behavior on your end.

https://looker-open-source.github.io/components/latest/?path=/docs/docs-popover--docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants