Skip to content

Commit

Permalink
Merge pull request #308 from kaola-fed/feature_20171127_select
Browse files Browse the repository at this point in the history
fix select
  • Loading branch information
nupthale authored Nov 30, 2017
2 parents 0524234 + c6982c2 commit d413145
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/js/components/form/KLSelect/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@
<i class="u-icon u-icon-remove" z-dis={item.disabled} on-click={this.removeSelected(selected,item_index,$event)}></i>
</span>
{/list}
{#if !open && (!selected || !selected.length)}
<span class='m-multi-placeholder'>{placeholder}</span>
{/if}
<span class='m-multi-placeholder' r-hide={!(!open && (!selected || !selected.length))}>{placeholder}</span>
</div>
{/if}
{#if open}
Expand Down

0 comments on commit d413145

Please sign in to comment.