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

컴포넌트를 uncontrolled로 사용할 수 있도록 개선 #2573

Open
9 tasks
drakang4 opened this issue Apr 18, 2023 · 0 comments
Open
9 tasks

컴포넌트를 uncontrolled로 사용할 수 있도록 개선 #2573

drakang4 opened this issue Apr 18, 2023 · 0 comments

Comments

@drakang4
Copy link
Contributor

경우에 따라 컴포넌트를 Uncontrolled로 사용하면 코드량을 줄일 수 있을 수 있습니다. 아래 컴포넌트들은 지금은 controlled로 사용해야 하는 컴포넌트들이지만 uncontrolled로도 사용할 수 있게 개선해봅니다.

open, active가 필요한 컴포넌트

  • Accordion
  • ActionSheet
  • Modal
  • Popup

value가 필요한 컴포넌트

  • CheckboxGroup
  • GenderSelector
  • NumericSpinner
  • RadioGroup
  • Tabs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant