Regarding the design of UI of textfields etc

Hi ,
I am working on something with JSON forms , Like when I pass the data like uiSchema and Schema the textfields and select fields which I mostly use are like the basic version on Material Ui but I want like the textfield should be what I design or like outlined textfield .

Can anyone help me with the design changes like the latest version of Material UI Design ?

Any references or some examples would be great…

Hi @AnthonyAkash,

With a recent PR we are now supporting the Material UI variants for the basic inputs. You can try this yourself by consuming the latest prerelease (v3.2.0-alpha.4). The variants are configured via the Material UI Theming support, see here for an example.

1 Like

Ok I will look into it Thankyou