-
Notifications
You must be signed in to change notification settings - Fork 1
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
multi-select 기능 #39
Comments
luckylooky2
added a commit
that referenced
this issue
Jun 1, 2024
luckylooky2
added a commit
that referenced
this issue
Jun 1, 2024
luckylooky2
added a commit
that referenced
this issue
Jun 2, 2024
luckylooky2
added a commit
that referenced
this issue
Jun 4, 2024
luckylooky2
added a commit
that referenced
this issue
Jun 4, 2024
luckylooky2
added a commit
that referenced
this issue
Jun 4, 2024
luckylooky2
added a commit
that referenced
this issue
Jun 6, 2024
luckylooky2
added a commit
that referenced
this issue
Jun 6, 2024
luckylooky2
added a commit
that referenced
this issue
Jun 6, 2024
luckylooky2
added a commit
that referenced
this issue
Jun 6, 2024
luckylooky2
added a commit
that referenced
this issue
Jun 6, 2024
luckylooky2
added a commit
that referenced
this issue
Jun 7, 2024
luckylooky2
added a commit
that referenced
this issue
Jun 7, 2024
luckylooky2
added a commit
that referenced
this issue
Jun 9, 2024
luckylooky2
added a commit
that referenced
this issue
Jun 12, 2024
luckylooky2
added a commit
that referenced
this issue
Jun 24, 2024
luckylooky2
added a commit
that referenced
this issue
Jun 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
기능
variable.multi
값에 따라 옵션 다중 선택 기능을 제공추가한 사항
<OptionSelectedChips />
컴포넌트 추가variable
,picker
를 Redux store로부터 가져오는getVariablesState
함수 재사용useSelector
훅을 이용hideOptions
:picker
로 선택한 option을variable
에 반영하는 콜백 함수variable
배열에 있는 모든 요소와picker
배열에 있는 모든 요소가 같을 때(즉, 변경이 없을 때)picker
배열의 길이가 0일 때<AppNotificationList />
notification pop-up을 이용하여 실패했음을 알린다variable
로picker
로 선택한 값들을 반영한다hideOptions
이 아닌toggleOption
에서 처리picker
배열의 길이가 1 && 토글한 옵션이picker
배열의 유일한 값과 같다면, 토글하지 않음문제 상황
<DashboardSelect />
를 통해 같은 대시보드로 접근하는 경우<OptionSelectedChips />
는 리렌더링 되지 않는다<DashboardSelect />
url 링크를picker.selectedValues
의 모든 값을 query string에 추가하는 동적인 방법으로 수정<MegaMenu />
에서도 같은 문제 발생picker.selectedValues
)을 초기화하는 로직 추가CSS
white-space: nowrap
width
에 따라 줄바꿈이 되는 현상을 해결flex-wrap: wrap
width
를 초과하는 경우에 대한 해결 -The text was updated successfully, but these errors were encountered: