add change trigger when custom select option is chosen
Some checks failed
Build and Push Docker Image / build (push) Failing after 7m7s
Some checks failed
Build and Push Docker Image / build (push) Failing after 7m7s
This commit is contained in:
parent
7ad0803b3c
commit
4252a2c79e
@ -223,7 +223,7 @@ $(document).ready(function() {
|
|||||||
const onOptionSelect = $option => {
|
const onOptionSelect = $option => {
|
||||||
$dropdown.hide();
|
$dropdown.hide();
|
||||||
$container.removeClass("active");
|
$container.removeClass("active");
|
||||||
$select.val($option.data("value"));
|
$select.val($option.data("value")).trigger("change");
|
||||||
updateSelectedDisplayWrapper();
|
updateSelectedDisplayWrapper();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user