Skip to content

Commit

Permalink
Merge pull request #4418 from mbrookes/dropdownmenu-fix-click-floatin…
Browse files Browse the repository at this point in the history
…glabel

[TextField] Fix floatingLabelText intercepting click events
  • Loading branch information
mbrookes committed Jun 11, 2016
2 parents ce25e5f + 2ffb747 commit e3272d5
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 e3272d5

Please sign in to comment.