Skip to content

fix: Emit input event when search box is cleared

Inactive Account requested to merge winh-search-box-clear into master

This makes sure we can use the search box component with v-model:

On input, emit its own custom input event with the new value

(https://vuejs.org/v2/guide/components.html#Using-v-model-on-Components)

Edited by Inactive Account

Merge request reports