Skip to content

Commit

Permalink
fix(select): add type button to button element
Browse files Browse the repository at this point in the history
  • Loading branch information
w0wka91 committed Jun 15, 2019
1 parent dd5ce07 commit 4e6c919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ function Select({
value={state.inputValue}
/>
<button
type="button"
tabIndex={-1}
title="show options"
onClick={() => dispatch({ type: 'unfold' })}
Expand Down

0 comments on commit 4e6c919

Please sign in to comment.