cal.com icon indicating copy to clipboard operation
cal.com copied to clipboard

[CAL-108] refactor: replace react-select with radix

Open PeerRich opened this issue 3 years ago • 3 comments

https://www.radix-ui.com/docs/primitives/components/select

PeerRich avatar Sep 06 '22 17:09 PeerRich

i'd like to take on this issue. can you list out which components to be replaced.

G3root avatar Sep 12 '22 10:09 G3root

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 avatar Sep 12 '22 12:09 sean-brydon

@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 ?

G3root avatar Sep 12 '22 13:09 G3root

@sean-brydon will replace this with our own new select component

PeerRich avatar Feb 16 '23 19:02 PeerRich