communitiesuk / gov-uk-dash-react-components

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

Selecting input text on click #25

Closed duncanc19 closed 1 year ago

duncanc19 commented 1 year ago

PR Description: Fixing bug with selecting on click into input - follow these steps to test the fix:

  1. When you click on a dropdown in the dashboard
  2. Select an option from dropdown
  3. Click out of dropdown
  4. Click in dropdown

Expected behaviour is previously selected option in dropdown is highlighted blue and automatically clears upon typing. Before, the previously selected option in dropdown is not highlighted in blue and does not automatically clear upon typing.