-
Notifications
You must be signed in to change notification settings - Fork 373
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
fix(material): consistently use outlined input variant #2256
Conversation
✅ Deploy Preview for jsonforms-examples ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
3d8eed5
to
2a52cb4
Compare
MIGRATION.md
Outdated
|
||
### Material Renderers using Outlined Inputs | ||
|
||
JSON Forms has been updated to use the `outlined` input variant as the default, aligning more closely with the default style of Material UI. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JSON Forms has been updated to use the `outlined` input variant as the default, aligning more closely with the default style of Material UI. | |
JSON Forms now uses the `outlined` input variant as the default, aligning with the default style of Material UI since version 5. |
MIGRATION.md
Outdated
### Material Renderers using Outlined Inputs | ||
|
||
JSON Forms has been updated to use the `outlined` input variant as the default, aligning more closely with the default style of Material UI. | ||
To use the `standard` input variant, as in previous versions of JSON Forms, it is possible to provide JSON Forms with a theme provider: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To use the `standard` input variant, as in previous versions of JSON Forms, it is possible to provide JSON Forms with a theme provider: | |
If you would like to use the `standard` input variant, as was default in previous versions of JSON Forms, then this can be accomplished using the Material UI `ThemeProvider`: |
Use outlined input variant as the default to match Material UI
2a52cb4
to
0b5b756
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Use outlined input variant as the default to match Material UI