Skip to content

Commit e695ae7

Browse files
committed
fix(combobox): add role=none to div that wraps input
1 parent 6fa56e5 commit e695ae7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/components/combobox/base/example.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ export let ComboboxContainer = props =>
185185
},
186186
props.inputContainerClassName
187187
)}
188+
role="none"
188189
>
189190
{/*
190191
If inputIcon is on both sides of input AND a standard sprite,

0 commit comments

Comments
 (0)