diff --git a/docs/api/events.md b/docs/api/events.md index a31420600..7d4de5f11 100644 --- a/docs/api/events.md +++ b/docs/api/events.md @@ -114,21 +114,3 @@ event is triggered. ```js this.$emit("search:focus"); ``` - -## `search` - -Triggered when the search text changes. - -```js -/** - * Anytime the search string changes, emit the - * 'search' event. The event is passed with two - * parameters: the search string, and a function - * that accepts a boolean parameter to toggle the - * loading state. - * - * @emits search - */ -this.$emit('search', newSearchString, toggleLoading); -``` - diff --git a/package.json b/package.json index dcd44e18a..4329e2e76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-select", - "version": "3.18.2", + "version": "3.18.3", "description": "Everything you wish the HTML