Closed stevefrost closed 6 years ago
This is a bug?.
When you choose an option on the dropdown it emits an input event, when you click clear it emits an input event, but when you remove a tag it doesn't emit an input event.
Remove a tag from the dropdown
an input event should be emitted
no event is emitted
sortable
https://github.com/laravel-enso/Select/blob/master/src/resources/assets/js/components/enso/select/Tag.vue#L7
The remove event doesn't bubble up to the vue-select-filter component though, the input does.
Yeah, the input needs to bubble up for the v-model to work. But I got the point :)
This is a bug?.
Prerequisites
Description
When you choose an option on the dropdown it emits an input event, when you click clear it emits an input event, but when you remove a tag it doesn't emit an input event.
Steps to Reproduce
Remove a tag from the dropdown
Expected behavior
an input event should be emitted
Actual behavior
no event is emitted