Chip

Chip field displays the value inside a chip material.

<template>
  <va-chip-field source="type" color="secondary" small></va-chip-field>
</template>

Generates a Vuetify chip component.

Enums

If you need format value in terms of selections or enumerations, use VaSelectField with chip prop.

Mixins

  • Field
  • Source
  • Resource
  • Chip

Properties

The source and item properties mentioned previously.

Name Description
default Chip content placeholder shows value by default for further customization.

Slots

Name Description
default For further customization, the content placeholder defaults to the text of the selected selection.