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

[#630] Checkbox 로직 개선 및 예시 수정 #637

Merged
merged 2 commits into from
Sep 18, 2020
Merged

Commits on Sep 18, 2020

  1. [#630] Checkbox 로직 개선 및 예시 수정

    ################
    - Checkbox 로직 개선
    - Checkbox 예시 수정
    - Checkbox 설명 md 수정
    kimdoeun committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    0f05a41 View commit details
    Browse the repository at this point in the history
  2. [#630] Checkbox 로직 개선 및 예시 수정

    ################
    - disabled 바인딩 값이 변경되었을 때, 컴포넌트 내 props로 받아온 값을 갱신하기 위해서 ref가 아닌 computed로 로직 변경
    - disabled 샘플 예제 수정 (외부에서 disabled 값을 토글하는 식으로 변경)
    - 스타일 변경
    kimdoeun committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    9a0333d View commit details
    Browse the repository at this point in the history