-
Notifications
You must be signed in to change notification settings - Fork 809
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
Dropdown with Lazy Loading: A previously selected item appears instead of the actually selected item #6182
Comments
…tem appears instead of the actually selected one
…tem appears instead of the actually selected one (#6257) Co-authored-by: OlgaLarina <olga.larina.dev@gmail.com>
The issue remains in v1.9.91: https://surveyjs.io/form-library/examples/lazy-loading-dropdown/reactjs. A customer reported about it at T13435 - Value not assigned when typing on lazy-loaded dropdowns 2023-06-09_14-38-10.mp4 |
…instead of the actually selected item Fixes #6182
…instead of the actually selected item - fixed tests Fixes #6182
…Loading-A-previously-selected-item-appears-instead-of-the-actually-selected-item #6182 Dropdown with Lazy Loading: A previously selected item appears instead of the actually selected item
The issue remains in v1.9.96. It is reproduced in our online demo: https://surveyjs.io/form-library/examples/lazy-loading-dropdown/reactjs. 2023-06-30_15-04-03.mp4 |
…instead of the actually selected item Fixes #6182
…Loading-A-previously-selected-item-appears-instead-of-the-actually-selected-item_1 #6182 Dropdown with Lazy Loading: A previously selected item appears instead of the actually selected item
Hello team, I am currently retrieving the complete list of countries from a RESTful Web service. My own API returns a very large dataset that takes too much time to load. I've seen that it's necessary to use "Lazy Loading," but I'm having trouble incorporating it into this JSON. Please correct me. Additionally, I would like to know what the differences are between version v1 and v2. Best regards. `{
|
To reproduce the issue, refer to https://surveyjs.io/form-library/examples/lazy-loading-dropdown/reactjs and start typing a country name. Click the PgDn keyboard arrow to select an item. Click Enter - the previous item appears.
2023-05-12_8-38-18.mp4
The text was updated successfully, but these errors were encountered: