You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finish the component in src/components/DropdownFilter.tsx according to what we discussed. You are free to use libraries, open-source react components or design components. You don't have to copy the mockup design 1:1, feel free to be creative!
You should use a react state variable to keep track of the list of selected elements (and make sure to also highlight the selected elements somehow so the users knows what's selected!).
The text was updated successfully, but these errors were encountered:
Finish the component in
src/components/DropdownFilter.tsx
according to what we discussed. You are free to use libraries, open-source react components or design components. You don't have to copy the mockup design 1:1, feel free to be creative!You should use a react state variable to keep track of the list of selected elements (and make sure to also highlight the selected elements somehow so the users knows what's selected!).
The text was updated successfully, but these errors were encountered: