Skip to content

Duplicated read request when you blur and open the MultiSelect #7150

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

Closed
martintabakov opened this issue Dec 8, 2022 · 1 comment
Closed
Labels
Bug C: MultiSelect FP: Completed Sync status with associated Feedback Item jQuery SEV: Medium

Comments

@martintabakov
Copy link
Contributor

Bug report

If you filter the MultiSelect and then blur it, a read request occurs that retrieves all the data. Then, if you open the MultiSelect, another read request triggers with the same data as response

Reproduction of the problem

  1. Open the Server Filtering Demo - https://demos.telerik.com/kendo-ui/multiselect/serverfiltering
  2. Open the DevTools network tab and type some text to filter the data, e.g. "Cha"
  3. Select an item from the filtered data and blur the input - a read request occurs that returns the entire data.
  4. Open the MultiSelect again - the same read request with the same data occurs.

Current behavior

Duplicated read request occurs when you blur and reopen the MultiSelect

Expected/desired behavior

No duplicated read requests should occur.

Environment

  • Kendo UI version: 2022.3.1109
  • Browser: [all]
@github-actions github-actions bot added the FP: Unplanned Sync status with associated Feedback Item label Dec 8, 2022
@martintabakov
Copy link
Contributor Author

Duplicated #6361

@github-actions github-actions bot added FP: Completed Sync status with associated Feedback Item and removed FP: Unplanned Sync status with associated Feedback Item labels Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: MultiSelect FP: Completed Sync status with associated Feedback Item jQuery SEV: Medium
Projects
None yet
Development

No branches or pull requests

1 participant