-
Notifications
You must be signed in to change notification settings - Fork 31
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(button): button disabled error #1649
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/growingio/gio-design/2yuVUwcW65X1Pn63ZXjAoSZFUnos |
c4e24cb
to
23efa5f
Compare
Kudos, SonarCloud Quality Gate passed! |
display: 'inline-block', // default inline-block is important | ||
...picked, | ||
cursor: 'not-allowed', | ||
width: element.props.block ? '100%' : null, |
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.
新的 Button 已经没有 block 这个参数了
# [22.5.0](v22.4.1...v22.5.0) (2021-12-09) ### Bug Fixes * **button:** button disabled error ([#1649](#1649)) ([89df998](89df998)) * **button:** mouseLeave trigger error ([#1641](#1641)) ([b0d78b4](b0d78b4)) * **components:** fix some components data-testid ([#1635](#1635)) ([f76ef30](f76ef30)) * **dropdown:** dropdown keydown error ([#1653](#1653)) ([0759445](0759445)) * **filter-condition:** 组件国际化问题 ([#1650](#1650)) ([eb25fc2](eb25fc2)) * **Input:** fix input issues ([#1644](#1644)) ([d5d03c3](d5d03c3)) * **list-picker:** add recent id change localKey ([#1636](#1636)) ([3590ced](3590ced)) * **list:** list style ([#1652](#1652)) ([4a9946c](4a9946c)) * **select:** attr autoWidth default false ([#1646](#1646)) ([8ef8e75](8ef8e75)) * **table:** fix table style ([#1640](#1640)) ([0018d49](0018d49)) * **table:** modify empty node size from 'normal' to 'small' ([#1643](#1643)) ([0254879](0254879)) ### Features * **filter-picker:** 支出用户标签数值日期类型 ([#1645](#1645)) ([9c8c2ed](9c8c2ed))
🎉 This PR is included in version 22.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.