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

[Bug Report] Select Remote Search component don't have same behaviour when multiple-select attribute is activated #18774

Open grgurev opened 4 years ago

grgurev commented 4 years ago

Element UI version

2.13.0

OS/Browsers version

Chrome, Safari, Brave

Vue version

2.6.11

Reproduction Link

https://codepen.io/grgurev/pen/bGdbOrO

Steps to reproduce

Add "multiple" attribute on remote search Select component.

What is Expected?

It is expected that "No data" text is displayed after there is no data to display and not before "Loading" text.

What is actually happening?

After typing first letter the "No data" text is displayed shortly before loading text "Loading". The correct behaviour is implemented in regular remote search, without "multiple" attribute.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.