Remove unneeded code.
This commit is contained in:
parent
71db16a0db
commit
792ccd8bce
1 changed files with 2 additions and 2 deletions
|
|
@ -150,10 +150,10 @@ export default {
|
||||||
},
|
},
|
||||||
minLength: 0, // Necessary to display fmenu when clearing input
|
minLength: 0, // Necessary to display fmenu when clearing input
|
||||||
|
|
||||||
select: function (event, ui) {
|
select: function (ui) {
|
||||||
select(ui.item.value);
|
select(ui.item.value);
|
||||||
},
|
},
|
||||||
change: function (event, ui) {
|
change: function (ui) {
|
||||||
select(ui?.item?.value);
|
select(ui?.item?.value);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue