Skip to content
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

Merged
merged 6 commits into from
May 5, 2022

Conversation

benny0642
Copy link
Contributor

Purpose

截圖 2022-05-03 下午9 30 05

截圖 2022-05-03 下午9 30 12

Changes

  • a list of what have been done
  • maybe some code change

Risk

Usually none, if you have any please write it here.

TODOs

  • Describe what should be done outside of this PR
  • Maybe in other PRs or some manual actions.

@benny0642 benny0642 requested review from leannechen and zhusee2 May 3, 2022 13:32
@benny0642 benny0642 self-assigned this May 3, 2022
Comment on lines +23 to +27
// default props for RadioSelectList
multiple={false}
showCheckAll={false}
checkAllLabel={null}
minCheck={undefined}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

透過這些 props 寫死 RadioSelectList 是一個單選的 SelectList

Base automatically changed from feature/radio-component to project/radio_select_list May 3, 2022 13:48
Copy link
Contributor

@zhusee2 zhusee2 left a 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;
Copy link
Contributor

@leannechen leannechen May 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(optional) 也許可以補個需要 typeSymbol 的原因,讓讀者知道可去看 SelectOption comment

Copy link
Contributor

@leannechen leannechen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍🏼

@benny0642 benny0642 merged commit ff67967 into project/radio_select_list May 5, 2022
@benny0642 benny0642 deleted the feature/radio-select-list branch May 5, 2022 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants