Compare commits
3 Commits
329c1cc037
...
549785cf7d
Author | SHA1 | Date | |
---|---|---|---|
549785cf7d | |||
aafc4c8d62 | |||
47dedbdc73 |
@ -14,7 +14,7 @@
|
||||
option.firstname + " " + (option.middlename || "") + " " + option.lastname;
|
||||
const filterRunners = (label, filterText, option) =>
|
||||
label.toLowerCase().includes(filterText.toLowerCase()) ||
|
||||
option.value.toString().startsWith(filterText.toLowerCase());
|
||||
option.value.id.toString().startsWith(filterText.toLowerCase());
|
||||
function focus(el) {
|
||||
el.focus();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user