view-design / ViewUI

A high quality UI Toolkit built on Vue.js 2.0
https://www.iviewui.com/
Other
2.65k stars 797 forks source link

[Bug Report][Select]Remote method is not triggered after clearing filter inputbox #925

Open zsbilly opened 3 years ago

zsbilly commented 3 years ago

Environment

chrome 91.0.4472.114

Reproduction link

https://run.iviewui.com/wMlQjMo4

Steps to reproduce

  1. type "a" in Select box.
  2. Delete "a" in Select box.

What is expected?

There would be a "There is no query" string displayed on the top of the selectbox, which means the remote method is triggerred when the query input is an empty string("").

What is actually happening?

The remote method is not triggerred. "There is no query" is not displayed.