-
Hi, in my case i have dropdown menu for custom select component. When menu is opened it gets focus. In my implementation it is needed because of keyboard movement. When menu element dispatches blur event it goes to unmount. After I upgrade overlayscrollbars to 2.8.0 my select has broken. How can I fix behavior without changing my component work algorithm? |
Beta Was this translation helpful? Give feedback.
Answered by
KingSora
May 20, 2024
Replies: 1 comment 12 replies
-
Good day @krutoo :) Can you please create an small example? Its hard for me to give any directions without having an example |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@krutoo For me it doesn't seem to work with either
v2.4.3
orv2.8.0
. I managed to make it work with both version by adding the following event to theOverlayScrollbarsComponent
: