ErikDakoda / vulcan-material-ui

Replacement for Vulcan components using Material-UI.
28 stars 13 forks source link

Field Variants not applied #44

Open Neobii opened 5 years ago

Neobii commented 5 years ago

Form fields do not apply variant is supplied

  amount: {
    type: Number,
    canRead: ['guests'],
    canUpdate: ['members'],
    canCreate: ['guests'],
    inputProperties: {
      addonBefore: <Icon>attach_money</Icon>,
      variant: "outlined"
    }
  },
ErikDakoda commented 5 years ago

I will work on adding this option.