woocommerce / selectWoo

selectWoo is a fork of select2 with improved accessibility.
MIT License
124 stars 27 forks source link

[Feature request] Select multiple matches at once #47

Closed helgatheviking closed 3 years ago

helgatheviking commented 3 years ago

When using SelectWoo for enhanced product searches I think it could be handy to be able to select multiple matches at once.

For example, if you have type in "Varaible product" you will see "Variable Product" and "Variable Product - Variation 1", "Variable Product - Variation 2" and so on for all the variations.

If you'd like to select ALL the variations you need to select "Variable Product - Variation 1" and then re-type "Variable Product" to run the search again (running the ajax request again).. selecting the 2nd variation and keep repeating that until you've selected all the matches.

helgatheviking commented 3 years ago

Well I feel a little silly. Apparently if you (on Windows) hold the CTRL key down you can keep the search results open and select multiple options. Mind = blown 🤯 by how long I've been using the enhanced select and not knowing about this.. Thanks @loranallensmith !