mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 20:09:25 +00:00
Improve ajax-select style
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import "tom-select/dist/css/tom-select.css";
|
||||
import "tom-select/dist/css/tom-select.default.css";
|
||||
import { inheritHtmlElement, registerComponent } from "#core:utils/web-components";
|
||||
import TomSelect from "tom-select";
|
||||
import type {
|
||||
@ -71,7 +71,6 @@ class AutocompleteSelect extends inheritHtmlElement("select") {
|
||||
}
|
||||
|
||||
protected shouldLoad(query: string) {
|
||||
console.log(this);
|
||||
return query.length >= this.minCharNumberForSearch; // Avoid launching search with less than setup number of characters
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user