You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But this phone input has an option to use the "Search" input section, which is needed to find country code quickly. And when I use it, everything falls apart. I'm not sure yet why, but when I remove OverlayScrollbar, everything works correctly.
It turns out, that OverlayScrollbar is just disappeared from the code, whenever I use "Search" input.
HTML before I do any input:
HTML after I type anything:
I've tried using MutationObserver, but it didn't help at all. If I could get any help, that would be perfect. It's it's definitely not an OS's issue, I would further keep searching for a solution. Thank you anyway, library is great :)
This discussion was converted from issue #669 on August 27, 2024 11:33.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
I have an issue I can't find a solution for at this moment. I'd like to get any help to understand how OverlayScrollbar works.
Right now I'm using intl-tel-input library to create a fancy looking phone input. When I apply a scrollbar, everything works just fine:
But this phone input has an option to use the "Search" input section, which is needed to find country code quickly. And when I use it, everything falls apart. I'm not sure yet why, but when I remove OverlayScrollbar, everything works correctly.
It turns out, that OverlayScrollbar is just disappeared from the code, whenever I use "Search" input.
HTML before I do any input:
HTML after I type anything:
I've tried using MutationObserver, but it didn't help at all. If I could get any help, that would be perfect. It's it's definitely not an OS's issue, I would further keep searching for a solution. Thank you anyway, library is great :)
Beta Was this translation helpful? Give feedback.
All reactions