We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
marmelab
Learn more about funding links in repositories.
Report abuse
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
Using this example from the docs and getting an error: https://marmelab.com/react-admin/CreateEdit.html#tabbedformtabs
Sandbox: https://codesandbox.io/s/xenodochial-torvalds-fsbet?file=/src/posts/PostEdit.js
1.- Edit a Post
The text was updated successfully, but these errors were encountered:
Right, it seems scrollable was a material-ui v3 prop. The correct prop in v4 is scrollButtons, as explained in the material-ui documentation.
scrollable
scrollButtons
I'm marking this as a documentation issue ; PR welcome!
Sorry, something went wrong.
I tried setting tabs={<TabbedFormTabs variant="scrollable" scrollButtons="auto" />} to TabbedForm component but it doesn't show a vertical scrollbar.
tabs={<TabbedFormTabs variant="scrollable" scrollButtons="auto" />}
TabbedForm
#5713 seems to fix that problem but I don't understand why.
Fixed by #5960
Successfully merging a pull request may close this issue.
Using this example from the docs and getting an error:
https://marmelab.com/react-admin/CreateEdit.html#tabbedformtabs
Sandbox:
https://codesandbox.io/s/xenodochial-torvalds-fsbet?file=/src/posts/PostEdit.js
1.- Edit a Post
The text was updated successfully, but these errors were encountered: