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
Even though it is late, I am writing a workaround for the issue.
'onMouseDown' will check if cursor position is on scroll bar when 'mousedown' event is detected. If cursor position is on scroll bar, the modal popup will not be hidden by v-show with 'isFocused' variable.
When we used it inside modal popup, The auto complete list disappears when we try to scroll bar using mouse.
The text was updated successfully, but these errors were encountered: