Skip to content

AnalyticalTable: Filter menu closed on keypress ENTER #4337

Closed Answered by Lukas742
reqyou asked this question in Q&A

You must be logged in to vote

Hi @reqyou

the keydown event of the DateRangePicker is bubbling up to the popover. So to prevent closing the popover you can call event.stopPropagation in the respective event handler.

https://codesandbox.io/p/sandbox/at-custom-column-filter-forked-1shce7?file=%2Fsrc%2FApp.js

Replies: 1 comment 1 reply

You must be logged in to vote
1 reply
@reqyou

Answer selected by reqyou
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants