communitiesuk / gov-uk-dash-react-components

GovUK React components for Dash - GDS. This also includes autocomplete
Other
9 stars 1 forks source link

Dropdown invalid entries #36

Closed duncanc19 closed 1 year ago

duncanc19 commented 1 year ago

The AutoComplete component was already set up so you can pass in either a list of strings or a list of dictionaries with label and value. We have updated the AutoComplete so that an option dictionary can also include disabled which is either set to true or false. Disabled options are visible (greyed out and not allowed sign on hover) but users are unable to interact with them.

This change should not affect passing options into dropdowns as a list of strings.