Skip to content

Commit

Permalink
Merge pull request mui#1720 from NatalieT/ipad-fix
Browse files Browse the repository at this point in the history
[TextField fix ipad enhanced textarea
  • Loading branch information
oliviertassinari committed Nov 3, 2015
2 parents 5821f0a + dfb0acb commit 67cca09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/enhanced-textarea.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ const styles = {
// Overflow also needed to here to remove the extra row
// added to textareas in Firefox.
overflow: 'hidden',
// Visibility needed to hide the extra text area on ipads
visibility: 'hidden',
font: 'inherit',
padding: 0,
position: 'absolute',
opacity: 0,
},
};

Expand Down

0 comments on commit 67cca09

Please sign in to comment.