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
I have searched the issues of this repository and believe that this is not a duplicate.
Version
2.1.0
Environment
Windows 10.0.19041.867 Chrome 89.0.4389.90 Vue 3.0.3
Reproduction link
Steps to reproduce
1.Wrap Select component in a Spin, the data for selecting must be enough to cause overflow
2.Choose an option then make any other updates on the page (such as typing words in the input box)
3.Open the dropdown menu again, the scrollbar is missing, the dropdown cannot be scrolled also
What is expected?
The dropdown menu can be scrolled whenever it should be
What is actually happening?
The dropdown menu cannot be scrolled after other updates are made
There is a solution effective for now: add "v-if" directive on the parent node of the Select component, the expression can even be simply"true".
The text was updated successfully, but these errors were encountered:
Version
2.1.0
Environment
Windows 10.0.19041.867 Chrome 89.0.4389.90 Vue 3.0.3
Reproduction link
Steps to reproduce
1.Wrap Select component in a Spin, the data for selecting must be enough to cause overflow
2.Choose an option then make any other updates on the page (such as typing words in the input box)
3.Open the dropdown menu again, the scrollbar is missing, the dropdown cannot be scrolled also
What is expected?
The dropdown menu can be scrolled whenever it should be
What is actually happening?
The dropdown menu cannot be scrolled after other updates are made
There is a solution effective for now: add "v-if" directive on the parent node of the Select component, the expression can even be simply"true".
The text was updated successfully, but these errors were encountered: