web: refactor search-select and fix placeholder
This commit is contained in:
parent
dc655c9283
commit
e79901441f
|
@ -364,3 +364,5 @@ export class SearchSelect<T> extends AKElement {
|
|||
</div>`;
|
||||
}
|
||||
}
|
||||
|
||||
export default SearchSelect;
|
||||
|
|
Reference in New Issue