Greg Franko
Greg Franko
The `multiple` attribute will be supported in **SelectBoxIt v3.0.0**, which is slated to be released in about a month. #91
@Ciki Unfortunately, this feature has been pushed back to **SelectBoxIt v4.0.0**.
The current milestone is for v4.0.0 to be released in **two months**. Before this feature is implemented, I would love some feedback on how you would like the `multiple` support...
@Ciki I was asking those questions as two different options that could be implemented. It seems like most people like the pill style implementation. @ronlussier I'd like to have more...
@manoj382 Still a work in progress, but I promise to finish this soon.
Yep, this will be added in the next release! And I'll correct that sentence in the documentation. Thanks!
Thanks for reporting this. I'll include your fix in the next release!
This is because not all of your option values are unique. You should make sure that each option value is unique, or do not use `value` attributes (SelectBoxIt will then...
After reviewing the behavior of normal select boxes, I will update this in the next release to make sure that the correct text is updated regardless of whether the `value`...
That's probably because the logic currently finds the **first** drop down option that has that associated value.