fix(components): fix bands picker to be searchable by label/name
This commit is contained in:
parent
fea0895676
commit
b305a78074
@ -36,6 +36,7 @@
|
||||
<a-select
|
||||
:allow-clear="true"
|
||||
mode="multiple"
|
||||
option-filter-prop="label"
|
||||
@change="
|
||||
(val) => {
|
||||
// log.debug(val);
|
||||
|
Loading…
x
Reference in New Issue
Block a user