Replies: 1 comment 2 replies
-
Hard to say without knowing what you are doing |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to create my own implementation of the
FilterWithPopupControl
from the examples.However, even when trying to implement the
FilterWithPopupControl
identically to theMultipleChoiceFilter
, I get unexpected results:When clicking on the
ToggleButton
of theMultipleChoiceFilter
, the application still responds to my mouse hovering other controls.However, when trying to do the same with my own
FilterWithPopupControl
, anything outside the popup won't respond to hovering.I even copied the
PopupFocusManagerBehavior
to my own project which didn't change the result.How can I create my own filter with popup to work the same like
MultipleChoiceFilter
does?Sadly I don't have a repo I could link to as it is a company related project.
Beta Was this translation helpful? Give feedback.
All reactions