vulcan-material-ui icon indicating copy to clipboard operation
vulcan-material-ui copied to clipboard

Field Variants not applied

Open Neobii opened this issue 5 years ago • 1 comments

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"
    }
  },

Neobii avatar Nov 22 '18 04:11 Neobii

I will work on adding this option.

ErikDakoda avatar Nov 23 '18 15:11 ErikDakoda