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 problem on iOS 10 #5296

Closed
markshust opened this issue Sep 29, 2016 · 7 comments
Closed

[TextField] multiLine problem on iOS 10 #5296

markshust opened this issue Sep 29, 2016 · 7 comments
Labels
bug 🐛 Something doesn't work component: TextareaAutosize The React component. v0.x

Comments

@markshust
Copy link
Contributor

Problem description

When using TextField with multiLine={true}, the text field never shows a cursor, and typing anything doesn't work 95% of the time (when it does, it's just one character).

This appears to be possibly related to #4659, however adding an id, name, hintText or floatingLabelText doesn't fix the issue.

Steps to reproduce

Create a TextField component with multiLine={true}. Test in Safari.

Versions

  • Material-UI: 0.15.2
  • React: 15.2.1
  • Browser: Safari 10.0
@lucasbento
Copy link

@markoshust: can you provide an image showing the problem?

@oliviertassinari oliviertassinari added the component: text field This is the name of the generic UI component, not the React module! label Oct 12, 2016
@oliviertassinari
Copy link
Member

@markoshust Thanks for raising this issue.

@oliviertassinari
Copy link
Member

Actually it could be a different issue. Does #5412 address the issues?

@markshust
Copy link
Contributor Author

@oliviertassinari Very sorry for the belated reply, somehow I didn't see this ticket in my GitHub notifications.

I tried updating to 0.16.1 (which includes #5412) but this is still happening. It's easily replicated within a mobile (cordova) app in iOS simulator. I'm a bit surprised more users of this library haven't noticed this yet. I thought I remember this working not too long ago. When tapping on a multiLine TextField component, the cursor doesn't even start blinking.

@oliviertassinari oliviertassinari added the bug 🐛 Something doesn't work label Oct 20, 2016
@oliviertassinari oliviertassinari added component: text field This is the name of the generic UI component, not the React module! and removed component: text field This is the name of the generic UI component, not the React module! labels Dec 18, 2016
@oliviertassinari
Copy link
Member

We have been porting the component on the next branch. We reimplemented it from the ground-up. While we haven't tested it, I think that the issue is most likely fixed on that branch. Hence, I'm closing it.

@cbeltrangomez84

This comment has been minimized.

@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
@noumandev1
Copy link

When I am fucus on multiline textfield it change all design font why ?

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. v0.x
Projects
None yet
Development

No branches or pull requests

5 participants