cal.com
cal.com copied to clipboard
[CAL-108] refactor: replace react-select with radix
https://www.radix-ui.com/docs/primitives/components/select
i'd like to take on this issue. can you list out which components to be replaced.
Hey @G3root - The main component that would require work is
packages/ui/v2/core/form/Select.tsx We would like the new select to match the styles of the current one Figma here
Off that back of this there could be some implementation changes across the app.
Thanks for picking this up - please drop us a message if you need a hand!
@sean-brydon i looked around radix-ui select component. look's like it doesn't support multi select, whereas current implementation depends on it. how should i go with this ?
@sean-brydon will replace this with our own new select component