We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b44001 commit 4285785Copy full SHA for 4285785
packages/dropdowns/src/examples/autocomplete.md
@@ -90,7 +90,7 @@ function ExampleAutocomplete() {
90
<Label>Autocomplete with debounce</Label>
91
<Hint>This example includes basic debounce logic using Hooks</Hint>
92
<Autocomplete>
93
- <span aria-label="Garden emoji" role="image">
+ <span aria-label="Garden emoji" role="img">
94
🌱
95
</span>
96
<span>{selectedItem}</span>
0 commit comments