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

[3.0] TimePicker 컴포넌트 구현 #745

Closed
BoKyeongShin opened this issue Jan 6, 2021 · 1 comment
Closed

[3.0] TimePicker 컴포넌트 구현 #745

BoKyeongShin opened this issue Jan 6, 2021 · 1 comment
Labels

Comments

@BoKyeongShin
Copy link
Contributor

No description provided.

BoKyeongShin added a commit that referenced this issue Jan 6, 2021
###########
- 시간대를 직접 입력하는 방식의 EvTimePicker 컴포넌트 구현
- main.js: 누락된 EvTree추가, evTree 패쓰 수정, EvDatePicker가 EvTimePicker로 사용되고 있어서 변경, EvTimePicker 추가
- index.js: Form 카테고리에 EvTimePicker 메뉴 추가
BoKyeongShin added a commit that referenced this issue Jan 21, 2021
###########
- style scoped를 제거하고 ev-input 공통 속성 사용
- form 형태이므로 readonly, disabled 속성 추가
- isWrongType 속성 reactive로 변경
- 시간 형태가 맞지 않는 경우 이전 값으로 되돌아가는 기능 추가, 그로 인해 input 이벤트 제거
- 스펙 변경으로 md 파일 수정
- example 추가
BoKyeongShin added a commit that referenced this issue Jan 22, 2021
###########
- startTime > endTime일 경우 previous startTime으로 되돌림. 만약 previous startTime > endTime일 경우에는 startTime은 endTime 값으로 변경함.
- clearable 모드 일 경우 inputbox를 clear시키면 보더 색상이 빨간색으로 변경됨. 빈 값은 previous Value로 갖고 있지 않는다.
kdeun1 pushed a commit that referenced this issue Jan 22, 2021
* [#745][3.0] TimePicker 컴포넌트 구현
###########
- 시간대를 직접 입력하는 방식의 EvTimePicker 컴포넌트 구현
- main.js: 누락된 EvTree추가, evTree 패쓰 수정, EvDatePicker가 EvTimePicker로 사용되고 있어서 변경, EvTimePicker 추가
- index.js: Form 카테고리에 EvTimePicker 메뉴 추가

* [#745][3.0] TimePicker 컴포넌트 pr 피드백 반영
###########
- style scoped를 제거하고 ev-input 공통 속성 사용
- form 형태이므로 readonly, disabled 속성 추가
- isWrongType 속성 reactive로 변경
- 시간 형태가 맞지 않는 경우 이전 값으로 되돌아가는 기능 추가, 그로 인해 input 이벤트 제거
- 스펙 변경으로 md 파일 수정
- example 추가

* [#745][3.0] TimePicker 컴포넌트 스펙 수정
###########
- startTime > endTime일 경우 previous startTime으로 되돌림. 만약 previous startTime > endTime일 경우에는 startTime은 endTime 값으로 변경함.
- clearable 모드 일 경우 inputbox를 clear시키면 보더 색상이 빨간색으로 변경됨. 빈 값은 previous Value로 갖고 있지 않는다.
Copy link

github-actions bot commented Mar 2, 2024

오래된 이슈는 닫고 있어요. 필요하다면 다시 열어주세요. 😄

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant