-
-
Notifications
You must be signed in to change notification settings - Fork 19.9k
[Component] [select] el-select does not invoke remote-method when first opened #10103
Copy link
Copy link
Closed
Closed
Copy link
Labels
Description
Bug Type: Component
Environment
- Vue Version:
3.2.41 - Element Plus Version:
2.2.18 - Browser / OS:
Chrome/106.0.0.0 - Build Tool:
Other
Reproduction
Related Component
el-select
Reproduction Link
Steps to reproduce
- Provide
el-selectwithfilterableandremote-method. remote-methodprovides updated options for emptyquery.- Click on "suffix" (arrow icon) of the select component.
- Observe the dropdown (A).
- Click outside the component to close the dropdown.
- Click on "suffix" (arrow icon) of the select component again.
- Observe the dropdown (B).
What is Expected?
A: remote-method is invoked and list of provided options is rendered.
B: remote-method is invoked and list of provided options is rendered.
What is actually happening?
A: remote-method is not invoked and dropdown is empty.
B: remote-method is invoked and list of provided options is rendered.
Additional comments
(empty)
Reactions are currently unavailable