Fix issue with <select multiple> and BxSelect element

This commit is contained in:
redphx
2024-07-19 21:10:28 +07:00
parent 6a8eecab06
commit 7db004ede3
3 changed files with 34 additions and 18 deletions

View File

@@ -207,6 +207,7 @@ export class ControllerShortcut {
BxEvent.dispatch($select, 'input', {
ignoreOnChange: true,
manualTrigger: true,
});
}
}