-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The select component in popver will autoclose when selete item #56
Comments
please update to 0.6.5 and use <a-select slot="content" :getPopupContainer="triggerNode => triggerNode.parentNode">
...
</a-select> |
In my case, the
The same problem has happened, in this scene, when I select the option, the form will close, this is not I expect, because I have a lot things go on to do before closing the form. Can you help me to resolve it, thanks! |
You can use the |
please update to 0.6.5 and use <a-select :getPopupContainer="triggerNode => triggerNode.parentNode">
...
</a-select> There is no relationship between |
First the |
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
version: 0.6.1
This bottom is the small example,
When I click the
select
item, the popover will be colsed, but I only expect colsed when outside the content element.The text was updated successfully, but these errors were encountered: