Style Object

Allows you to control the styling of some form fields. Not required as the form field will default to the "regular" look.

Regular (default setting), Filled, Solo and Outlined. Also shows the Placeholder location
{
  "solo"         : true,
  "outlined"     : false,
  "flat"         : false,
  "filled"       : false,
  "rounded"      : false,
  "shaped"       : false,
  "soloInverted" : false
}

Last updated