CDCgov / prime-reportstream

ReportStream is a public intermediary tool for delivery of data between different parts of the healthcare ecosystem.
https://reportstream.cdc.gov
Creative Commons Zero v1.0 Universal
69 stars 39 forks source link

Replace <Dropdown /> component with <Select /> component #10186

Closed etanb closed 2 months ago

etanb commented 1 year ago

Across the RS app, we use the <Dropdown /> component for menus etc, but it's deprecated: https://trussworks.github.io/react-uswds/?path=/docs/components-dropdown--default-dropdown

Shouldn't be too difficult of a swap to use the supported <Select /> component. Will have to ensure styling looks the same.

jpandersen87 commented 2 months ago

We do not seem to be using the deprecated component anymore.