-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Auto resize height based on input #220
Labels
enhancement
New feature or request
Comments
@fgatti675 This feature needs to be developed |
I second this feature request. I tried increasing the height dynamically but it was getting ugly. |
Is this feature supported? |
jaywcjlove
added a commit
that referenced
this issue
Jul 28, 2022
@fgatti675 @PratikAwaik @fgatti675 Upgrade - onHeightChange?: (value?: number, oldValue?: number, state?: ContextStore) => void;
+ onHeightChange?: (value?: CSSProperties['height'], oldValue?: CSSProperties['height'], state?: ContextStore) => void; - height?: number;
+ height?: CSSProperties['height'];
<MDEditor
height="100%"
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
First of. all, thank you for the awesome project!
We have currently integrated it into our CMS https://firecms.co/ and it would make total sense for us to have it automatically
resize based on the input.
Something like this:https://stackoverflow.com/questions/454202/creating-a-textarea-with-auto-resize
Thank you :)
The text was updated successfully, but these errors were encountered: