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

Search style brokens with allowClear or suffix/prefix #15237

Closed
afc163 opened this issue Mar 6, 2019 · 2 comments · Fixed by #15242
Closed

Search style brokens with allowClear or suffix/prefix #15237

afc163 opened this issue Mar 6, 2019 · 2 comments · Fixed by #15242
Assignees
Labels
🐛 Bug Ant Design Team had proved that this is a bug.

Comments

@afc163
Copy link
Member

afc163 commented Mar 6, 2019

REPRODUCE:https://codesandbox.io/s/k2150nypo3

default

<Input.Search
  placeholder="input search text"
  defaultValue="123333abcdefg33333333333111111111112"
  enterButton
  allowClear
/>

<Input.Search
  placeholder="input search text"
  defaultValue="123333abcdefg33333333333111111111112"
  enterButton
  suffix="x"
/>

<Input.Search
  placeholder="input search text"
  defaultValue="123333abcdefg33333333333111111111112"
  enterButton
  prefix="x"
/>
@afc163 afc163 added the 🐛 Bug Ant Design Team had proved that this is a bug. label Mar 6, 2019
@afc163 afc163 reopened this Mar 26, 2019
@afc163
Copy link
Member Author

afc163 commented Mar 26, 2019

3.15.2 图标色彩还是有问题。

https://codesandbox.io/s/k2150nypo3

image


另外,https://codesandbox.io/s/pk7xjnpk9m 也有样式问题。

image

@afc163 afc163 self-assigned this Mar 26, 2019
@afc163
Copy link
Member Author

afc163 commented Mar 26, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Ant Design Team had proved that this is a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant