-
Notifications
You must be signed in to change notification settings - Fork 2
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
[RadioSelectList] 實作 RadioSelectList, RadioSelectOption #340
[RadioSelectList] 實作 RadioSelectList, RadioSelectOption #340
Conversation
// default props for RadioSelectList | ||
multiple={false} | ||
showCheckAll={false} | ||
checkAllLabel={null} | ||
minCheck={undefined} |
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.
透過這些 props 寫死 RadioSelectList 是一個單選的 SelectList
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
onChange: () => {}, | ||
}; | ||
|
||
RadioSelectOption.typeSymbol = TYPE_SYMBOL; |
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.
(optional) 也許可以補個需要 typeSymbol 的原因,讓讀者知道可去看 SelectOption comment
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 👍🏼
Purpose
Changes
Risk
Usually none, if you have any please write it here.
TODOs