Skip to content

Commit 0c2d7d7

Browse files
committed
fix issue with TextField placeholder blocking touch events
1 parent fc603e4 commit 0c2d7d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/inputs/TextField.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,8 +668,7 @@ function createStyles({centered, multiline, expandable}) {
668668
floatingPlaceholder: {
669669
position: 'absolute',
670670
width: '100%',
671-
backgroundColor: 'transparent',
672-
zIndex: 10
671+
backgroundColor: 'transparent'
673672
},
674673
placeholder: {
675674
textAlign: 'left'

0 commit comments

Comments
 (0)