WIP Распарсила полученные данные

This commit is contained in:
Daria Golova
2022-11-03 19:52:22 +03:00
parent 1d68b9294b
commit a1fbed0dbc
7 changed files with 222 additions and 103 deletions

View File

@@ -72,7 +72,7 @@ export default {
}
return elem.match(reg);
});
filteredList.length === 0 ? this.closeSelect() : this.openSelect();
if (filteredList.length === 0) this.closeSelect();
return filteredList;
}
return this.listData;
@@ -100,7 +100,7 @@ export default {
border-radius: 4px
width: fit-content
color: var(--font-dark-blue-color)
background-color: var(--bg-ligth-blue-color)
background-color: var(--default-white)
&.border
background-color: var(--default-white)
border: 2px solid var(--border-light-grey-color)