kzima / vuestrap-base-components

Web components that extend Bootstrap 4 - http://kzima.github.io/vuestrap-base-components/#/accordion
MIT License
253 stars 42 forks source link

Add MULTIPLE support for dropdown select. #17

Closed murbanowicz closed 8 years ago

murbanowicz commented 8 years ago

Can you please add support for MULTIPLE for dropdown select?

kzima commented 8 years ago

I made this component a while ago but it is in different repo:

http://gritcode.github.io/gritcode-components/#/dropdown-multiselect

Is this something you were looking for?

murbanowicz commented 8 years ago

Great. Just suggestion - would be good to consolidate those components into one, current pack to reduce dependencies.

kzima commented 8 years ago

In the next version I am planning to actually split all the components into its own repos and make them completely independent, but in the same github organisation 'vue-components', similarly to https://github.com/PolymerElements.

I understand that having one dependency is very convenient and could be useful for prototyping, so as a solution I am planning to compile all components into one bundle repo called 'all-components'.

This way I will be able to version every single component and greatly simplify them. It will also work with any automation tool, including Browserfy. Something people are requesting from me all the time.

Does this sound good to you?

murbanowicz commented 8 years ago

Thank you. It sounds really good. Just please remember about "all-components"