From 2ffb7476f8f15f0c192386c5eb2448ce575bbf6d Mon Sep 17 00:00:00 2001 From: mbrookes Date: Sat, 4 Jun 2016 00:23:03 +0100 Subject: [PATCH] [TextField] Fix floatingLabelText intercepting click events --- src/TextField/TextField.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TextField/TextField.js b/src/TextField/TextField.js index 8dfcb1980886ce..2b6d92569b9204 100644 --- a/src/TextField/TextField.js +++ b/src/TextField/TextField.js @@ -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)