2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-16 09:10:33 +03:00

fix: create option not being called (#1158)

Closes #1156
This commit is contained in:
Jeff Sagal
2020-04-12 12:36:19 -07:00
committed by GitHub
parent 142a639444
commit f0e669c022
6 changed files with 88 additions and 35 deletions
+5
View File
@@ -245,7 +245,12 @@ describe("When reduce prop is defined", () => {
const Select = Parent.vm.$children[0];
// When
Select.$refs.search.focus();
await Select.$nextTick();
Select.search = 'hello';
await Select.$nextTick();
Select.typeAheadSelect();
await Select.$nextTick();