Vuetify: Chip events

Created on 16 May 2017  路  3Comments  路  Source: vuetifyjs/vuetify

How do I modify the behavior of clicking close on a chip? Would it be click.native or click.stop?

For example, I am using chips to define search filters, and by closing the chip, I want to update the filter.

Thanks

Most helpful comment

Chips will emit an input event when closed. So you can do something like <v-chip close @input="doStuff">

In the future, please direct any questions to gitter.

All 3 comments

Chips will emit an input event when closed. So you can do something like <v-chip close @input="doStuff">

In the future, please direct any questions to gitter.

Oh, okay, will do. Thanks!

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please direct any non-bug questions to our Discord

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cawa-93 picture cawa-93  路  3Comments

SteffenDE picture SteffenDE  路  3Comments

aaronjpitts picture aaronjpitts  路  3Comments

Antway picture Antway  路  3Comments

milleraa picture milleraa  路  3Comments