Add property autoResizeEditor to Editable component #3549
Unanswered
gitNetw0rk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi,
it would be great to have prop to control whether Editable component automatically resizes when user interacts with it. As of now, in edit mode it seems sticks to single line, which is limiting.
autoResizeEditor - Controls whether the editable should auto-resize to fit the content while editing.
Problem Statement/Justification
When text is being inputted , single line editor does not cut it. This is striking issue, especially for mobile size screens.
Proposed Solution or API
autoResizeEditor - Controls whether the editable should auto-resize to fit the content while editing.
Alternatives
allow exiting prop autoResize to also control auto-resize of editor.
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions