-
Notifications
You must be signed in to change notification settings - Fork 83
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
[combo-box] Add debounce to data requests #518
Comments
It looks like the Flow component already uses a debounce of 500ms: https://github.com/vaadin/flow-components/blob/master/vaadin-combo-box-flow-parent/vaadin-combo-box-flow/src/main/resources/META-INF/resources/frontend/comboBoxConnector.js#L97-L99 If we want to implement a debounce in the web component, we need to remove it there and also figure out what this part is doing: https://github.com/vaadin/flow-components/blob/master/vaadin-combo-box-flow-parent/vaadin-combo-box-flow/src/main/resources/META-INF/resources/frontend/comboBoxConnector.js#L143-L150 |
Is there workaround to change debounce value on ComboBox? |
|
Addresses https://github.com/vaadin/vaadin-combo-box/issues/997
The text was updated successfully, but these errors were encountered: