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

[#663][3.0] DatePicker 컴포넌트 개발 #691

Merged
merged 3 commits into from
Oct 30, 2020
Merged

Commits on Oct 29, 2020

  1. [#663] DatePicker 컴포넌트 개발

    ################
    - DatePicker 컴포넌트 개발
    - Calendar > dateRange 모드에서 캘린더가 2개 존재하는 경우 연속적인 달의 경우 이전, 다음달 버튼 disabled 처리
    - DatePicker > dateMulti의 경우 인풋박스 위 셀렉트에서 개별 닫힘시 캘린더 데이터 재갱신 로직 추가
    - DatePicker의 props 로직 수정
    - DatePicker의 드랍다운영역에서 클릭 후 드랍다운영역을 사라지는 반면에 dateMulti,multiType: date, multiDayLimit 수만큼 도달할 때까지 드랍다운영역을 닫지 않음
    - docs > DatePicker API 문서 md파일 내용 작성 및 기타 설명 수정
    kimdoeun committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    481dc05 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. [#663] DatePicker 컴포넌트 개발

    ################
    - DatePicker DOCS API 설명 수정
    - dateTime 모드에서 시간 클릭 시 변경하는 로직 버그 수정
    - date, dateTime 모드에서 인풋박스에 유저가 입력한 값에 대한 validate 처리
    - 코드 리펙토링
    kimdoeun committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    c3e96c2 View commit details
    Browse the repository at this point in the history
  2. [#663] DatePicker 컴포넌트 개발

    ################
    - DatePicker DOCS API 설명 수정
    - DatePicker input이 단일모드가 아닌 경우 마우스커서 포인터로 변경
    kimdoeun committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    e965f19 View commit details
    Browse the repository at this point in the history