You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i upgrade to bootstrap V4 to V5, i integer an jquery autocomplete field in an Offcavans
It works fine, but when i selecte a value of the autocomplete field the offcanvas hide.
on line 3248 of the bootstrap.js i add this code to resolve my probleme: if (!this._element.contains(event.target) && target !== this._element && !$(event.target).hasClass('ui-menu-item-wrapper)) { this.hide();
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
i upgrade to bootstrap V4 to V5, i integer an jquery autocomplete field in an Offcavans
It works fine, but when i selecte a value of the autocomplete field the offcanvas hide.
on line 3248 of the bootstrap.js i add this code to resolve my probleme:
if (!this._element.contains(event.target) && target !== this._element && !$(event.target).hasClass('ui-menu-item-wrapper)) { this.hide();
have you an another idea?
Beta Was this translation helpful? Give feedback.
All reactions