mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
@@ -41,8 +41,8 @@ describe('Asynchronous Loading', () => {
|
||||
|
||||
it('can set loading to false from the @search event callback', async () => {
|
||||
const Select = shallowMount(vSelect, {
|
||||
listeners: {
|
||||
search: (search, loading) => {
|
||||
props: {
|
||||
onSearch: (search, loading) => {
|
||||
loading(false)
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user