diff --git a/src/components/typeahead/Typeahead.js b/src/components/typeahead/Typeahead.js index 59e786e69..74d768355 100644 --- a/src/components/typeahead/Typeahead.js +++ b/src/components/typeahead/Typeahead.js @@ -112,6 +112,9 @@ export default { value(value) { this.setInputTextByValue(value) }, + activeIndex(index) { + this.$emit('selected-item-changed', index) + }, }, methods: { setInputTextByValue(value) {