fix(material): consistently use outlined input variant by LukasBoll · Pull Request #2256 · eclipsesource/jsonforms

@LukasBoll

Use outlined input variant as the default to match Material UI

@netlify

@coveralls

Coverage Status

coverage: 84.796%. remained the same
when pulling 0b5b756 on LukasBoll:fix/material_outlineed
into 1791e5c on eclipsesource:master.

sdirix


### 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`:

@LukasBoll

Use outlined input variant as the default to match Material UI

sdirix

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@sdirix sdirix linked an issue

Jan 30, 2024

that may be closed by this pull request