-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
Description
Please do not submit support requests or "How to" questions here. For that, go to StackOverflow.
What you were expecting:
<LongTextInput> display correct
What happened instead:
if <LongTextInput> in <TabbedForm> have data, it not auto expandable textarea
if <LongTextInput> in <TabbedForm> no data,
Steps to reproduce:
- git clone https://github.com/marmelab/react-admin.git && cd react-admin
- make install && make run-demo
- Login demo/demo
- Go to Customers menu and click edit some customer
- Go to tab Address
Related code:
<FormTab label="resources.customers.tabs.address">
<LongTextInput
source="address"
formClassName={classes.address}
/>
<TextInput source="zipcode" formClassName={classes.zipcode} />
<TextInput source="city" formClassName={classes.city} />
</FormTab>
Other information:
Environment
- React-admin version: 2.0.3
- Last version that did not exhibit the issue (if applicable): v2.0.0-RC4
- React version: 16.3.2
- Browser: Chrome Version 67.0.3396.87 (Official Build) (64-bit)
- Stack trace (in case of a JS error):

