ElemeFE / element

A Vue.js 2.0 UI Toolkit for Web
https://element.eleme.io/
MIT License
54.1k stars 14.64k forks source link

Cascade selector cascader. In the multi selection state, the placeholder will not disappear when filtering #21504

Open JImumu opened 2 years ago

JImumu commented 2 years ago
element-bot commented 2 years ago

Translation of this issue:

JImumu commented 2 years ago

image

JImumu commented 2 years ago

<el-cascader :show-all-levels="false" placeholder="请选择标签" v-model="tagSelectorValue" :options="contentTagList" ref="cascader" :props="{ multiple: true, emitPath: false }" filterable