-
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
Feat: checkboxes on select #20
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.
Looks great! Thx @mariaozamiz !
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.
Thanks @mariaozamiz. One observation to avoid the use of the any
type. Let me know if you have any questions
src/webapp/components/selectmulti-checkboxes/SelectMultiCheckboxes.tsx
Outdated
Show resolved
Hide resolved
src/webapp/components/selectmulti-checkboxes/SelectMultiCheckboxes.tsx
Outdated
Show resolved
Hide resolved
src/webapp/pages/analysis/steps/3-disaggregates/useDisaggregatesStep.tsx
Outdated
Show resolved
Hide resolved
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.
Looks good, thanks @mariaozamiz
📌 References
📝 Implementation
Replace MultiSelect with MultiSelectCheckboxes and instantiate it in three steps. By default all options are selected.
📹 Screenshots/Screen capture
🔥 Notes to the tester