vue-instant icon indicating copy to clipboard operation
vue-instant copied to clipboard

vue instant allows you to easily create custom search controls with auto suggestions for your vue 2 applications.

Results 26 vue-instant issues
Sort by recently updated
recently updated
newest added

Emit a "change" event on when resetting, entering, or clicking a suggestion.

Is it possible to add custom events (like @keydown.ctrl.enter="...") on the input? Is it possible to overwrite the behavour of the given events? For example, when escaping (@escape) I want...

I use the your wonderful component and everything in it is good, only when an array of "suggestions" comes from the back-end, vue-instant shows only those that strictly match the...

Internet Explorer 11 https://jsfiddle.net/santiblanko/dqo6vr57

help wanted

If I update the value bound to `v-model`, it updates the actual input value but leaves placeholder text of the old value until you type in the input again.

The docs say that showAutocomplete controls hiding or showing the autocomplete text. It actually controls showing or hiding the suggestion drop down. I suggest changing this prop's name to showSuggestions.

Is it possible to use a textarea instead of an input?

[isSimilar](https://github.com/santiblanko/vue-instant/blob/f1e12017009f67e7e8177b075cf19551eff811fd/src/components/VueInstant.vue#L399-L427) method will reset the match to all if I add spacebar. For example, The dataset is `Website developer`, `Mobile developer`, `Data engineer`. 1. If the input is `hello` =...

When the input's text is longer than the input's width, the placeholder text doesn't align to the actual text while scrolling which causes some ghosting.

I want show chips in vue-instant when user enters enter