isteven / angular-multi-select

A multi select dropdown directive for AngularJS. Allows you to use HTML tags and CSS in the data. Requires only AngularJS and nothing else.
isteven.github.io/angular-multi-select
MIT License
1.08k stars 518 forks source link

isteven-multi-select horizontal orientation issue #505

Closed MadhuriGurumurthy11 closed 7 years ago

MadhuriGurumurthy11 commented 7 years ago

I am using ist-even-multi-select and it is so good. Currently, my code looks like this

<div isteven-multi-select 
            input-model="allMetros"
             output-model="newArray2"
             button-label="icon name"
             item-label="icon name maker"
             tick-property="ticked"
             orientation="horizontal"
             max-height="500px"
                >
        </div> 

But in the display, it looks like

multi

I wanted a clean orientation, How can I achieve it?

thanks in advance!

isteven commented 7 years ago

Hi,

Sorry for the late reply; unfortunately you'll need to make the names shorter.