icemanbsi / searchable_dropdown

MIT License
107 stars 162 forks source link

Flexibility to display selecteItems in Multiple select type widget #74

Open moriswala opened 4 years ago

moriswala commented 4 years ago

Is there a way to display selected items in case of multiple select, Instead of showing it into vertical list, Can we show selected Items in horizontal list like shown below?

Current behavior (after 3 options selected in multiple drop down loos like expanded, which looks ugly)

Multi select
option 1 option 2 option 3

Desired view like

Multi select(3 item selected) option1 , option2, option3,...