Edit chip series (tags)

In vue material, you are editing a chip series(tags) and want to ensure that you can hold a delete action.

Which of the following boolean parameters in the md-chip API are you likely to use for doing so?

Options
  1. md-clickable
  2. md-deletable
  3. md-disabled
  4. v-model

Related Posts