Skip to content

Commit d981994

Browse files
SteveTheTechieHarris
authored andcommitted
Fixes #802
Update menu position when filter is in use.
1 parent 7999602 commit d981994

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/jquery.multiselect.filter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@
222222
}
223223
if (!this.instance.options.listbox && this.instance._isOpen) {
224224
this.instance._setMenuHeight(true);
225+
this.instance.position();
225226
}
226227
return;
227228
},

0 commit comments

Comments
 (0)