Releases: moreta/vue-search-select
Releases · moreta/vue-search-select
v2.7.0
16 Oct 11:35
Compare
Sorry, something went wrong.
No results found
Merge PR #96
ModelSelect support Boolean value.
v2.6.3
14 Oct 14:10
Compare
Sorry, something went wrong.
No results found
Fix #66
Drop lodash Dependency #91
yey~
v2.6.2
27 Aug 02:40
Compare
Sorry, something went wrong.
No results found
ModelListSelect support number type value
v2.6.1
13 Apr 01:07
Compare
Sorry, something went wrong.
No results found
v2.6.0
11 Apr 17:08
Compare
Sorry, something went wrong.
No results found
v2.5.0
12 Jan 07:40
Compare
Sorry, something went wrong.
No results found
Added isDisabled prop #48
Using modular lodash #23
Fix model-select's placeholder bug #50 #21
Merge PR(fix null value) #51
v2.4.0
28 Oct 15:32
Compare
Sorry, something went wrong.
No results found
emit searchText(text on input field) with @searchchange event #37
this useful for ajax search (see ModelAjax.vue sample)
ModelListSelect reset bug fix #46
select option open when cursor focused #42
v2.3.12
08 Sep 02:17
Compare
Sorry, something went wrong.
No results found
🆙 Updates
Added enter key prevent (#39 )
v2.3.8
30 May 10:37
Compare
Sorry, something went wrong.
No results found
Add placeholder props
24 Feb 17:05
Compare
Sorry, something went wrong.
No results found
Now we can use placeholder prop
For issue #21
<basic-select :options="options"
:selected-option="item"
placeholder="select item" <<< hear!!
@select="onSelect">
</basic-select>