Skip to content

Commit

Permalink
Merge pull request #335 from codaco/fix/334-change-select-values
Browse files Browse the repository at this point in the history
disable blurInputOnSelect for touch devices
  • Loading branch information
jthrilly committed Nov 20, 2018
2 parents be82880 + b3a1c9d commit 249fb24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Form/Fields/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ class Select extends PureComponent {
input.onBlur(input.value);
}
}}
blurInputOnSelect={false}
{...rest}
>
{children}
Expand Down

0 comments on commit 249fb24

Please sign in to comment.