fix(material): consistently use outlined input variant by LukasBoll · Pull Request #2256 · eclipsesource/jsonforms
|
|
||
| ### 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. |
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. |
| ### 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: |
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`: |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters