almino / semantic-ui-vue2

Semantic UI Integration for Vue 2
123 stars 11 forks source link

Support for multiple selections in Dropdown #2

Open emilv opened 7 years ago

emilv commented 7 years ago

There is currently no support for multiple selections in the Dropdown module.

almino commented 7 years ago

I'll be working on it in a few days.

treaves commented 6 years ago

What kind of work is required to support this?

almino commented 6 years ago
  1. Figure out what is the difference between single and multiple selections
  2. Animate tags in and out
  3. Search
  4. Dynamic size for search input
  5. Fix styling
  6. Without labels
  7. All the other variations shown in https://semantic-ui.com/modules/dropdown.html

P.S. I had an accident. I have a broken arm and leg. Using the computer isn't that easy, now. I can't stand more than a few hours. Especially today, my arm is in pain.

almino commented 6 years ago

The main problem I have about multiple selection right now is animating tags.