Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report] Debounce in multiple select #12147

Closed
golubkovden opened this issue Jul 27, 2018 · 2 comments
Closed

[Bug Report] Debounce in multiple select #12147

golubkovden opened this issue Jul 27, 2018 · 2 comments

Comments

@golubkovden
Copy link

Element UI version

2.4.5

OS/Browsers version

any

Vue version

2.5.17-beta.0

Reproduction Link

https://jsfiddle.net/mmx38qxw/4194/

Steps to reproduce

Just typing something in select

What is Expected?

Expected debounced method cals

What is actually happening?

Actually, remote method function calling on every keyup event

@wacky6
Copy link
Contributor

wacky6 commented Jul 27, 2018

Why is "debounced" function call expected? How could we know the ideal calling frequency for every user?

@golubkovden
Copy link
Author

golubkovden commented Jul 27, 2018

So why in single select remote method always calling with debounce = 300?
computed
method

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants