Skip to content

Conversation

@sarahaziziyan
Copy link

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' });
has been edited to :
ms.css({ position: 'absolute', display: 'none' });

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' });`
has been edited to :
`ms.css({ position: 'absolute', display: 'none' });`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant