Style Object

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

{
  "solo"         : true,
  "outlined"     : false,
  "flat"         : false,
  "filled"       : false,
  "rounded"      : false,
  "shaped"       : false,
  "soloInverted" : false
}

Last updated