Skip to content

Commit

Permalink
Merge pull request #3055 from chrismcv/text-field-fix
Browse files Browse the repository at this point in the history
[TextField] fix click and type simultaneously.
  • Loading branch information
oliviertassinari committed Feb 9, 2016
2 parents 85a044f + a2e3bcd commit 15f2f3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TextField/TextField.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ const TextField = React.createClass({
},
floatingLabel: {
color: hintColor,
pointerEvents: 'none',
},
input: {
tapHighlightColor: 'rgba(0,0,0,0)',
Expand Down

0 comments on commit 15f2f3e

Please sign in to comment.