Version
3.27.0
Vue Version
3.5.21
Link to minimal reproduction
<div>场景 5:聚焦时触发搜索,失焦清空查询数据,显示下拉图标</div> <br /> <tiny-select v-model="value5" multiple filterable remote :remote-config="{ autoSearch: true, clearData: true, showIcon: true }" reserve-keyword :remote-method="remoteMethod5" :loading="loading5" loading-text="loading..." show-alloption > <tiny-option v-for="item in options5" :key="item.value" :label="item.label" :value="item.value"> </tiny-option> </tiny-select>文档中“远程搜索”场景5的例子,添加了show-alloption已经没有全选按钮
Step to reproduce
<div>场景 5:聚焦时触发搜索,失焦清空查询数据,显示下拉图标</div> <br /> <tiny-select v-model="value5" multiple filterable remote :remote-config="{ autoSearch: true, clearData: true, showIcon: true }" reserve-keyword :remote-method="remoteMethod5" :loading="loading5" loading-text="loading..." show-alloption > <tiny-option v-for="item in options5" :key="item.value" :label="item.label" :value="item.value"> </tiny-option> </tiny-select>文档中“远程搜索”场景5的例子,添加了show-alloption已经没有全选按钮
What is expected
No response
What is actually happening
No response
What is your project name
tiny-vue
Any additional comments (optional)
No response
Version
3.27.0
Vue Version
3.5.21
Link to minimal reproduction
<div>场景 5:聚焦时触发搜索,失焦清空查询数据,显示下拉图标</div> <br /> <tiny-select v-model="value5" multiple filterable remote :remote-config="{ autoSearch: true, clearData: true, showIcon: true }" reserve-keyword :remote-method="remoteMethod5" :loading="loading5" loading-text="loading..." show-alloption > <tiny-option v-for="item in options5" :key="item.value" :label="item.label" :value="item.value"> </tiny-option> </tiny-select>文档中“远程搜索”场景5的例子,添加了show-alloption已经没有全选按钮Step to reproduce
<div>场景 5:聚焦时触发搜索,失焦清空查询数据,显示下拉图标</div> <br /> <tiny-select v-model="value5" multiple filterable remote :remote-config="{ autoSearch: true, clearData: true, showIcon: true }" reserve-keyword :remote-method="remoteMethod5" :loading="loading5" loading-text="loading..." show-alloption > <tiny-option v-for="item in options5" :key="item.value" :label="item.label" :value="item.value"> </tiny-option> </tiny-select>文档中“远程搜索”场景5的例子,添加了show-alloption已经没有全选按钮What is expected
No response
What is actually happening
No response
What is your project name
tiny-vue
Any additional comments (optional)
No response