Skip to content

Commit

Permalink
fix(combobox): add role=none to div that wraps input
Browse files Browse the repository at this point in the history
  • Loading branch information
SiTaggart committed Aug 18, 2017
1 parent 6fa56e5 commit e695ae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/components/combobox/base/example.jsx
Expand Up @@ -185,6 +185,7 @@ export let ComboboxContainer = props =>
},
props.inputContainerClassName
)}
role="none"
>
{/*
If inputIcon is on both sides of input AND a standard sprite,
Expand Down

0 comments on commit e695ae7

Please sign in to comment.