fix(select): fix multiple select, placeholder will not display when input is not empty

This commit is contained in:
07akioni 2019-08-06 16:26:48 +08:00
parent c989b7051a
commit ff67fa1f15

View File

@ -16,7 +16,7 @@
class="n-select-link"
:class="{
'n-select-link--active': active,
'n-select-link--selected': selected || pattern.length
'n-select-link--selected': selected || (active && pattern.length)
}"
>
<div