vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

[Bug Report][3.3.12] V-chip closeable and click functionality does not work in v-file-input

Open eguvenc opened this issue 2 years ago • 0 comments

Environment

Vuetify Version: 3.3.12 Vue Version: 3.3.4 Browsers: Edge 115.0.1901.203 OS: Windows 10

Steps to reproduce

When using v-chip in v-file-input, the chip's closable and click.stop functions do not work as expected.

Expected Behavior

When the chip shutdown icon is clicked, the chip should be closed. If a chip's click function is assigned, this function should work with stop propagation.

Actual Behavior

The chip cannot be turned off and does not work if a function is assigned to the chip.

Reproduction Link

https://play.vuetifyjs.com/#...

eguvenc avatar Aug 15 '23 16:08 eguvenc