We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538ec04 commit 4558d8dCopy full SHA for 4558d8d
CHANGELOG.md
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
## [unreleased]
8
### Added
9
- add ability to limit dropdown options using `limit` property [#14](https://github.com/isneezy/vue-selectize/issues/9)
10
-### Fixed- long phrases were get truncated or hidden behind
+### Fixed
11
+- long phrases were get truncated or hidden behind
12
+- searchText remains after select an option #19
13
14
## [0.3.0] - 2018-07-26
15
src/components/VSelectize.vue
@@ -406,6 +406,7 @@ export default {
406
} else {
407
this.selected = [value]
408
}
409
+ this.searchText = ''
410
this.emitInput()
411
},
412
0 commit comments