-
-
Notifications
You must be signed in to change notification settings - Fork 17.3k
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
feat(components): [select, select-v2] add loading class to validateIcon #19379
feat(components): [select, select-v2] add loading class to validateIcon #19379
Conversation
👋 @LoTwT, thank you for contributing element-plus. |
commit: |
🧪 Playground Preview: https://element-plus.run/?pr=19379 |
demo URL after PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Thanks!
Please make sure these boxes are checked before submitting your PR, thank you!
dev
branch.description
The
loading
icon is static when enabling thestatus-icon
and using custom validators in validating. But it has an animation in theel-input
.This PR is to add the corresponding class to let the
loading status icon
in theel-select
and theel-select-v2
have an animation.reproduction
reproduction URL
el-select-status-icon.mp4