-
Notifications
You must be signed in to change notification settings - Fork 308
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
Editor auto height #156
Comments
@exhibition315 Have you solved the problem?I have the same problem |
I solved this.
this code means that get the height and send it when setHTML (you can send the height any time you want )
this code means get the height and callback it. 3.use props
I think you know how to do it. You get the height now, so you just update the height of RichTextEditor. My English is not good . I wish this can help you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I put the RichTextEditor into scrollview without height, there is no editor be shown.
Is any possible to make editor height automatically base on content?
My code snip:
The text was updated successfully, but these errors were encountered: