Skip to content
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多选和标签模式下样式兼容问题 #3907

Closed
Feng-JY opened this issue Aug 1, 2019 · 1 comment · Fixed by #4262
Closed

Select多选和标签模式下样式兼容问题 #3907

Feng-JY opened this issue Aug 1, 2019 · 1 comment · Fixed by #4262
Assignees

Comments

@Feng-JY
Copy link

Feng-JY commented Aug 1, 2019

Reproduction link

https://stackblitz.com/run

Steps to reproduce

1.使用IE11 Edge 打开 https://ng.ant.design/components/select/zh
2.标签模式,查询a10
3.输入框只显示最后一位

What is expected?

a10正常显示

What is actually happening?

显示0

Environment Info
ng-zorro-antd 8.1.2
Browser IE11 Edge

问题代码: https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/components/select/nz-select-top-control.component.ts#L113
React实现解决办法:https://github.com/react-component/select/blob/master/src/Select.tsx#L786

@zorro-bot
Copy link

zorro-bot bot commented Aug 1, 2019

Translation of this issue:

Style compatibility issues in Select multiple selection and label mode

Reproduction link

https://stackblitz.com/run

Steps to reproduce

  1. Open with IE11 Edge https://ng.ant.design/components/select/zh
  2. Label mode, query a10
  3. The input box only shows the last digit

What is expected?

A10 normal display

What is actually happening?

Show 0

Environment Info
ng-zorro-antd 8.1.2
Browser IE11 Edge

Question code: https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/components/select/nz-select-top-control.component.ts#L113
React implementation solution: https://github.com/react-component/select/blob/master/src/Select.tsx#L786

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants