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
when calling the multi-select for the second time and more, the whole page goes left and causes problems. even if I remove the select and the div that multi-select has generated, still the problem is there.
This line is causing the issue : ms.css({ position: 'absolute', left: '-9999px' });
The text was updated successfully, but these errors were encountered:
when calling the multi-select for the second time and more, the whole page goes left and causes problems. even if I remove the select and the div that multi-select has generated, still the problem is there.
This line is causing the issue :
ms.css({ position: 'absolute', left: '-9999px' });
The text was updated successfully, but these errors were encountered: