Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When I click SELECT multiple times, it gets stuck and responds super slow #361

Open
moiztravadi opened this issue Oct 16, 2024 · 0 comments

Comments

@moiztravadi
Copy link

When I click SELECT multiple times, it gets stuck and responds super slow. It seems it is doing something in the background but not sure why it behaves like this.

I am providing my SELECT and init script code

<!-- Stage Dropdown -->
<div class="col-6 col-xl-2 col-xxl-2 multiSelectAdvanceSection" style="display: none;">
	<label for="stage" class="form-label">Stage</label>
	<select class="form-select multiSelectAdvance" id="stage" name="stage[]" multiple data-search="false" placeholder="Choose Stage">
		<option value="Finished">Finished</option>
		<option value="Renewed">Renewed</option>
		<option value="In Collection">In Collection</option>
		<option value="Paid Early with Discount">Paid Early with Discount</option>
		<option value="Written off">Written off</option>
		<option value="Renewed with Interest Waived">Renewed with Interest Waived</option>
		<option value="Funded">Funded</option>
	</select>
</div>
VirtualSelect.init({
	ele: '.multiSelectAdvance',
	multiple: true,
	search: false
});
@moiztravadi moiztravadi changed the title When I am clicking on multiple times on select, it gets stuck and responsing super slow When I click SELECT multiple times, it gets stuck and responds super slow Oct 16, 2024
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

No branches or pull requests

1 participant