Skip to content

Commit

Permalink
fix issue with TextField placeholder blocking touch events
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanshar committed Jan 21, 2020
1 parent fc603e4 commit 0c2d7d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/inputs/TextField.js
Original file line number Diff line number Diff line change
Expand Up @@ -668,8 +668,7 @@ function createStyles({centered, multiline, expandable}) {
floatingPlaceholder: {
position: 'absolute',
width: '100%',
backgroundColor: 'transparent',
zIndex: 10
backgroundColor: 'transparent'
},
placeholder: {
textAlign: 'left'
Expand Down

0 comments on commit 0c2d7d7

Please sign in to comment.