Choices-js / Choices

A vanilla JS customisable select box/text input plugin ⚡️
https://choices-js.github.io/Choices/
MIT License
6.06k stars 597 forks source link

Not a bug report: how to use multiple select without having it to add the selections? #1079

Open stratboy opened 1 year ago

stratboy commented 1 year ago

Hi, I would need to use <select multiple> with choices.js. But I'd like to disable the selections reporting (pillbox). This because I don't want pills. I want to just write a text like '2 of 10 where selected'. I can't find proper options to pass. Are there any?

fayekramzy91 commented 9 months ago

I'm looking for the same feature. Any workaround solution?

stratboy commented 9 months ago

Hi, in the end, I used select2.js as all do. I think that currently is the best... Choice..