Inline mutliselect search input for multiple elements

This commit is contained in:
kolaente 2021-01-10 22:46:50 +01:00
parent eb31798f06
commit 85eeccee28
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
2 changed files with 11 additions and 2 deletions

View file

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