Skip to content

🐛 [Bug]: select组件使用远程搜索功能时,全选show-alloption属性配置失效 #4053

@Zyzzzaaa

Description

@Zyzzzaaa

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions