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

add button plugin #448

Closed
wants to merge 1 commit into from
Closed

add button plugin #448

wants to merge 1 commit into from

Conversation

craigh
Copy link

@craigh craigh commented Aug 19, 2022

No description provided.

@craigh
Copy link
Author

craigh commented Aug 19, 2022

Screen Shot 2022-08-19 at 11 25 39 AM

@saschagysel
Copy link

Would love this addition as I am searching for a way to "Select All". Or is there another way?

@AgentSmith0
Copy link

@oyejorge Any plans on merging this?

@CodeGradox
Copy link

We have implemented this feature as a custom plugin in our own app. The issue is abysmal performance once the select has more than 1000 elements. Selecting all elements just freezes the page for several minutes. I believe it is an issue with an event handler which triggers when an option is selected. I don't remember exactly what the method did, but it adds an option to the DOM and triggers tom-select events. To make the plugin work, we would have to rewrite parts of the core library.

We have used bootstrap-select which has a native support for selecting and de-selecting all elements. I don't believe it suffers from this performance issue.

Copy link

This pull request has not been active in 120 days and has been marked "stale". Remove stale label or comment or this will be closed in 15 days

@github-actions github-actions bot added the stale No activity label May 10, 2024
@github-actions github-actions bot closed this May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale No activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants