Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TextField] Multiline with rowsMax not scrolling in iOS #3907

Closed
beverlycodes opened this issue Apr 8, 2016 · 2 comments
Closed

[TextField] Multiline with rowsMax not scrolling in iOS #3907

beverlycodes opened this issue Apr 8, 2016 · 2 comments
Labels
bug 🐛 Something doesn't work component: TextareaAutosize The React component.

Comments

@beverlycodes
Copy link

Problem Description

I'm finding that in iOS Safari, I can't scroll a multiline TextField when its rows exceed the rowsMax property. My TextField is set up like this:

<TextField
  ref="input"
  multiLine={true}
  fullWidth={true}
  rowsMax={6}
  floatingLabelText="Type your post here..."
/>

If my input exceeds 6 rows, the TextField will scroll down so that I can always see what I'm typing, but if I then try to touch-drag to read earlier rows, nothing happens. In a browser, I can use my scroll wheel or arrow keys to see earlier rows. I don't have an Android device handy at the moment to see if this problem exists there too, but if I get a chance to check then I'll come back and update.

Also worth noting that in 0.15.0-alpha.2, a couple of extra rows overflow beyond the input line even when the textarea is scrolled all the way down.

Versions

  • Material-UI: 0.14.4, 0.15.0-alpha.2
  • React: 0.14.8
  • Browser: iOS Safari
@beverlycodes
Copy link
Author

Both problems persist in the 0.15.0 release.

@mpontikes mpontikes mentioned this issue Aug 5, 2016
13 tasks
@oliviertassinari oliviertassinari changed the title Multiline TextField with rowsMax not scrolling in iOS [TextField] Multiline with rowsMax not scrolling in iOS Sep 18, 2016
@oliviertassinari oliviertassinari added the component: text field This is the name of the generic UI component, not the React module! label Oct 19, 2016
@oliviertassinari oliviertassinari added the bug 🐛 Something doesn't work label May 16, 2017
@oliviertassinari
Copy link
Member

juil -28-2017 22-00-50

That bug seems to be fixed on the v1-beta branch. Let's close.

@oliviertassinari oliviertassinari added component: TextareaAutosize The React component. and removed component: text field This is the name of the generic UI component, not the React module! labels Apr 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: TextareaAutosize The React component.
Projects
None yet
Development

No branches or pull requests

2 participants