-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
select选择器多选的情况下,下拉列表和select输入框距离没有贴在一起 #3855
Labels
Comments
Translation of this issue:In the case of multiple selection of the select selector, the drop-down list and the select input box are not attached together.Reproduction linkhttps://stackblitz.com/edit/angular-jwy6t4-xhin52 Steps to reproduceMouse then select a10 b11 c12 d13. Then use the mouse or the Enter key to deselect a10 in the drop-down list of options. The select box will appear a blank distance from the drop-down box. What is expected?The drop-down list should be tied to the select input box What is actually happening?The drop-down list and the select input box appear separated
|
点击X的时候吧。。。这是响应事件的样式问题 |
3 tasks
vthinkxie
added a commit
that referenced
this issue
Oct 10, 2019
Ricbet
pushed a commit
to Ricbet/ng-zorro-antd
that referenced
this issue
Apr 9, 2020
hsuanxyz
pushed a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Aug 5, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproduction link
https://stackblitz.com/edit/angular-jwy6t4-xhin52
Steps to reproduce
鼠标依次选择 a10 b11 c12 d13。然后用鼠标或者回车键在下拉选项列表里取消选择a10。 select框就会和下拉框出现一段空白距离,
What is expected?
下拉列表应该和select输入框紧贴在一起
What is actually happening?
下拉列表和select输入框出现了分开距离
The text was updated successfully, but these errors were encountered: