Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Nelson committed Jul 16, 2024
1 parent 2262f65 commit b4e32f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Alternatively, the `list` attribute may be given the DOM id of a list outside th
The currently selected option (via keyboard navigation) will be so indicated by adding the `airia-selected` attribute. This allows you to style the selected option like so:

```css
simple-autocomplete [aria-selected='true'] {
autocomplete-element [aria-selected='true'] {
background-color: lavender;
}

Expand Down

0 comments on commit b4e32f5

Please sign in to comment.