-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
Multiline Input display & errors #355
Labels
component: TextareaAutosize
The React component.
Comments
mhuebert
added a commit
to mhuebert/material-ui
that referenced
this issue
Feb 22, 2015
mhuebert
added a commit
to mhuebert/material-ui
that referenced
this issue
Feb 22, 2015
When a value is provided as a prop to EnhancedTextarea, the height should be synced. Fixes part II of mui#355.
👍 |
hai-cea
added a commit
that referenced
this issue
Feb 25, 2015
Set readOnly of shadow textarea in EnhancedTextarea (#355)
hai-cea
added a commit
that referenced
this issue
Feb 25, 2015
sync height with new props.value ( #355)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have two TextField fields which are otherwise identical, except one has multiline={true}. By toggling multiline true/false I can reproduce and eliminate the following two problems:
value
prop to a form field without anonChange
handler. This will render a read-only field. If the field should be mutable usedefaultValue
. Otherwise, set eitheronChange
orreadOnly
. Check the render method ofEnhancedTextarea
."The text was updated successfully, but these errors were encountered: