lekoala / bootstrap5-tags

Replace select[multiple] with nices badges for Bootstrap 5
MIT License
150 stars 35 forks source link

Missing first option when using the <select multiple> #116

Closed kinocz closed 2 months ago

kinocz commented 2 months ago

Hi, I'm not a JS/HTML guru, so I'm unsure how to describe the problem adequately...

Even when setting all options as selected, the first is missing from the tag list.

I have created an example that is as simple as possible to mimic the problem.

https://jsfiddle.net/nkxutpv7/

lekoala commented 2 months ago

yes that's basically because typically the first option would be "please select..." something if you don't provide a placeholder or something, it's going to take the first option as the placeholder

kinocz commented 2 months ago

Ah ok...