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
Create a Modal and create at least an <input /> in it, above the input just add some paragraphes to it to gain more height for the modal content, example:
When you click the input in an Android phone, the keyboard should show up and you should be able to type.
Actual Result
After you click the input in an Android phone, the keyboard does show up for a sec, and then disappear, it seems like the reposition or resize of the modal unfocused the input, which cause the keyboard to disappear.
If you reduce the height of the modal content (remove some paragraphes), everything get back to normal
Version
0.64.4
The text was updated successfully, but these errors were encountered:
Fixed in 0.65. It was in fact the breaking change to Modal focus that caused the minor version bump. See #1341.
You should update your app to the latest 0.67.2. You should search the changelog for breaking to see which breaking changes are included in each minor version bump.
We only ship 1 or 2 breaking changes at a time and they are usually very minor. Click on the link to the PR from the changelog to see an upgrade guide.
Steps
Create a Modal and create at least an
<input />
in it, above the input just add some paragraphes to it to gain more height for the modal content, example:Expected Result
When you click the input in an Android phone, the keyboard should show up and you should be able to type.
Actual Result
After you click the input in an Android phone, the keyboard does show up for a sec, and then disappear, it seems like the reposition or resize of the modal unfocused the input, which cause the keyboard to disappear.
If you reduce the height of the modal content (remove some paragraphes), everything get back to normal
Version
0.64.4
The text was updated successfully, but these errors were encountered: