Make the input full width by default
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kolaente 2021-01-14 21:56:28 +01:00
parent e5ce9e619d
commit 6db151d57a
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
:class="{'has-search-results': searchResultsVisible}"
ref="multiselectRoot"
>
<div class="input-wrapper input" :class="{'has-multiple': multiple}">
<div class="input-wrapper input" :class="{'has-multiple': multiple && Array.isArray(internalValue) && internalValue.length > 0}">
<template v-if="Array.isArray(internalValue)">
<template v-for="(item, key) in internalValue">
<slot name="tag" :item="item">