Skip to content

Commit 4558d8d

Browse files
committed
fix searchText remains after select #19
1 parent 538ec04 commit 4558d8d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## [unreleased]
88
### Added
99
- 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
10+
### Fixed
11+
- long phrases were get truncated or hidden behind
12+
- searchText remains after select an option #19
1113

1214
## [0.3.0] - 2018-07-26
1315
### Added

src/components/VSelectize.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ export default {
406406
} else {
407407
this.selected = [value]
408408
}
409+
this.searchText = ''
409410
this.emitInput()
410411
},
411412

0 commit comments

Comments
 (0)