-
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
feat(select): 增加JSX方式添加Option #562
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/growingio/gio-design/1he2nlpdj |
Deploy preview for gio-design failed. |
Deploy preview for gio-design failed. |
Codecov Report
@@ Coverage Diff @@
## master #562 +/- ##
==========================================
+ Coverage 78.61% 79.52% +0.91%
==========================================
Files 124 126 +2
Lines 4041 4084 +43
Branches 1062 1072 +10
==========================================
+ Hits 3177 3248 +71
+ Misses 857 830 -27
+ Partials 7 6 -1
Continue to review full report at Codecov.
|
Deploy preview for gio-design failed. |
Deploy preview for gio-design failed. |
Deploy preview for gio-design failed. |
Deploy preview for ready! ✅ https://deploy-preview-562--gio-design.surge.sh |
@@ -2,7 +2,7 @@ | |||
|
|||
.@{select-prefix-cls}-option { | |||
max-width: 100%; | |||
height: 40px; | |||
// height: 40px; |
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.
不需要直接删除
@@ -1,5 +1,11 @@ | |||
import Select from './Select'; |
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.
这里需要和 #564 同步一下
Deploy preview for ready! ✅ https://deploy-preview-562--gio-design.surge.sh |
Deploy preview for gio-design failed. |
Deploy preview for gio-design failed. |
affects: @gio-design/components, website ISSUES CLOSED: growingio#523, growingio#522, growingio#495, growingio#448
Deploy preview for ready! ✅ https://deploy-preview-562--gio-design.surge.sh |
Deploy preview for ready! ✅ https://deploy-preview-562--gio-design.surge.sh |
affects: @gio-design/components, website
ISSUES CLOSED: #523, #522, #495, #448
@gio-design/components
Select
Numeric value, selector does not display the selected value
new feature clear
Select supports JSX to pass in Option
List
Option supports render method