-
-
Notifications
You must be signed in to change notification settings - Fork 50.2k
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: Input.TextArea clear icon disappears #24360
Conversation
Input.Group 建议尽量只放 Input吧。 |
关键是有这种场景啊,批量操作的时候 |
CI failed |
我在提一次吧,有样式order问题 |
嗯,看到效果了,这里自动了 |
Codecov Report
@@ Coverage Diff @@
## master #24360 +/- ##
=======================================
Coverage 98.83% 98.83%
=======================================
Files 363 363
Lines 7278 7278
Branches 2024 2023 -1
=======================================
Hits 7193 7193
Misses 85 85 Continue to review full report at Codecov.
|
更新了一下,看看合格否? 有哪些地方不ok的,请指出来,我也好对应纠正 |
- 修复 Input.Group 包裹 Input.TextArea后没法清除的bug
+ 修复 Input.Group 内 Input.TextArea `hover` 时清除图标消失的问题。 英文也一并改下。 |
🧐 啊啊啊啊啊,仿佛回到写毕业论文的时候了,👀 请在 check 一次 |
Input.TextArea 组件不用加 ` |
ok 啦 |
- Fix the problem that the clear icon disappears when Input.TextArea `hover` in Input.Group.
+ Fix Input.TextArea clear icon disappears in Input.Group when hover it. |
请 check |
@afc163 感谢偏右老师的指导 ❤️ |
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
close #24359
💡 Background and solution
Background:
The clear icon disappears when Input.TextArea
hover
in Input.Group.solution:
set css style in
components/input/style/allow-clear.less
: z-index.📝 Changelog
hover
时清除图标消失的问题。☑️ Self Check before Merge