You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've recently updated from Material-UI 0.13 to 0.14, and now when pressing the floating label in a TextField the keyboard opens and then switches to another TextField if there's another one available. If not it seems to close the keyboard again. If you press the input field directly, everything works as expected. Attached is a video file of the bug in action.
We worked around the issue by setting z-index to 2 using the inputStyle prop, so that the label never gets pressed.
We have been porting the component on the v1-beta 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.
Still, we will accept PR fixes until v1-beta takes over the master branch.
We've recently updated from Material-UI 0.13 to 0.14, and now when pressing the floating label in a TextField the keyboard opens and then switches to another TextField if there's another one available. If not it seems to close the keyboard again. If you press the input field directly, everything works as expected. Attached is a video file of the bug in action.
We worked around the issue by setting z-index to 2 using the inputStyle prop, so that the label never gets pressed.
Versions:
Material-UI: 0.14
React: 0.14.7
Browser: (Safari via:) Cordova 5.4.1 running on iOS 9.2.1
Movie on 09-02-16 at 18.14.zip
The text was updated successfully, but these errors were encountered: