-
Notifications
You must be signed in to change notification settings - Fork 0
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
impl multi prop into select #23
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
폴더 정리를 한 번 해야할 것 같아서 기능 체크는 그거 후에 할게요!
지금 드롭다운 컴포넌트만 Select 폴더에 들어가 있는데 정작 Select는 Forms에 들어가 있어서, Select를 Select 폴더에 옮기고 index.tsx로 바꿔주세요
그리고 Select에서 사용하는 외부 컴포넌트가 있다면 그것도 Select 폴더에 옮겨주세요
혹시 애매한거 있으면 질문해주세요!
테스트 해보려고 하는데 PR에 예시 코드 추가해줄 수 있나요? |
/example/casio에 페이지 만들어두었습니당 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
example 페이지 코드만 본문으로 옮기고 머지하면 될 것 같아요! 수고했습니다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 파일 file change에서는 지우고, pr 본문에 넣어주세요!
요약 *
It closes #22
스크린샷
다중 선택 시
multi = true일 때, 아무것도 선택 X -> error 출력
export default ExamplePage;
이후 Task *