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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to create my own implementation of the
FilterWithPopupControlfrom the examples.However, even when trying to implement the
FilterWithPopupControlidentically to theMultipleChoiceFilter, I get unexpected results:When clicking on the
ToggleButtonof 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
PopupFocusManagerBehaviorto my own project which didn't change the result.How can I create my own filter with popup to work the same like
MultipleChoiceFilterdoes?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