Skip to content

Commit

Permalink
[TextField] Fix floatingLabelText intercepting click events
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Jun 3, 2016
1 parent d392516 commit 2ffb747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TextField/TextField.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const getStyles = (props, context, state) => {
},
floatingLabel: {
color: hintColor,
pointerEvents: 'none',
},
input: {
WebkitTapHighlightColor: 'rgba(0,0,0,0)', // Remove mobile color flashing (deprecated)
Expand Down

0 comments on commit 2ffb747

Please sign in to comment.