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

fix(comp:*): update style of suffix icon #1053

Merged
merged 1 commit into from
Aug 1, 2022

Conversation

danranVm
Copy link
Member

@danranVm danranVm commented Aug 1, 2022

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines
  • Tests for the changes have been added/updated or not needed
  • Docs and demo have been added/updated or not needed

What is the current behavior?

input, textarea, select 等组件在开启 clearable 后,
输入超长内容,图标遮挡问题,参见 #1005

What is the new behavior?

Other information

@danranVm danranVm linked an issue Aug 1, 2022 that may be closed by this pull request
1 task
@idux-bot
Copy link

idux-bot bot commented Aug 1, 2022

This preview will be available after the AzureCI is passed.

@codecov
Copy link

codecov bot commented Aug 1, 2022

Codecov Report

Merging #1053 (a078fe3) into main (efab292) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head a078fe3 differs from pull request most recent head d5c400c. Consider uploading reports for the commit d5c400c to get more accurate results

@@            Coverage Diff             @@
##             main    #1053      +/-   ##
==========================================
- Coverage   93.74%   93.74%   -0.01%     
==========================================
  Files         314      314              
  Lines       30078    30062      -16     
  Branches     3548     3545       -3     
==========================================
- Hits        28197    28181      -16     
  Misses       1881     1881              
Impacted Files Coverage Δ
packages/components/textarea/src/Textarea.tsx 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update efab292...d5c400c. Read the comment docs.

@danranVm danranVm merged commit 3496d08 into IDuxFE:main Aug 1, 2022
@danranVm danranVm deleted the fix-input-suffix-icon branch August 1, 2022 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[comp:textarea] close icon 被输入内容遮挡
1 participant