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
Describe the bug
Setting dynamicHeight: true in useEditorBridge does not seem to have the intended effect, but it's very possible I'm not using it correctly. Is there an example somewhere of how it should be used?
To Reproduce
Follow the "Basic Example" from the docs, but give the enclosing View a background color so you can see if it's covered. Set the dynamicHeight option to true. The rendered page will show the editor still takes up the full (safe) height of the screen.
Expected behavior
I would expect the editor to have a height based on content that grows vertically as the content grows (in size or lines)
The text was updated successfully, but these errors were encountered:
I have the same issue, and it was working fine until I updated from 0.5.12 to 0.5.13 today. Looks like they changed something in dynamic height with the latest version. I don't know what the fix is, but just giving you a heads up that I don't think it's on our end.
Describe the bug
Setting
dynamicHeight: true
in useEditorBridge does not seem to have the intended effect, but it's very possible I'm not using it correctly. Is there an example somewhere of how it should be used?To Reproduce
Follow the "Basic Example" from the docs, but give the enclosing View a background color so you can see if it's covered. Set the dynamicHeight option to
true
. The rendered page will show the editor still takes up the full (safe) height of the screen.Expected behavior
I would expect the editor to have a height based on content that grows vertically as the content grows (in size or lines)
The text was updated successfully, but these errors were encountered: