looker-open-source/components

DashboardFilters display as inline even when popover is specified

RobinShift4 opened this issue · 1 comments

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.

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