-
Notifications
You must be signed in to change notification settings - Fork 4
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
Selected options in Content Selector get deselected on dropdown scroll #3305
Labels
Bug
Something isn't working
Comments
alansemenov
changed the title
Combobox: options get deselected in dropdown on scroll
Selected options in Content Selector get deselected on dropdown scroll
Oct 13, 2023
ashklianko
added a commit
that referenced
this issue
Oct 16, 2023
…#3305 - BaseRichComboBox: comboBox.addOption doesn't select item that is supposed to be selected - DropdownList: navigating to the first selected row only if dropdown was not open yet
ashklianko
added a commit
that referenced
this issue
Oct 16, 2023
…#3305 - BaseRichComboBox: comboBox.addOption doesn't select item that is supposed to be selected - DropdownList: navigating to the first selected row only if dropdown was not open yet
ashklianko
added a commit
that referenced
this issue
Oct 16, 2023
…#3305 - no need to fetch a next batch if dropdown is already closed
alansemenov
pushed a commit
that referenced
this issue
Oct 19, 2023
…#3305 - BaseRichComboBox: comboBox.addOption doesn't select item that is supposed to be selected - DropdownList: navigating to the first selected row only if dropdown was not open yet - no need to fetch a next batch if dropdown is already closed
alansemenov
pushed a commit
that referenced
this issue
Oct 19, 2023
…#3305 - BaseRichComboBox: comboBox.addOption doesn't select item that is supposed to be selected - DropdownList: navigating to the first selected row only if dropdown was not open yet - no need to fetch a next batch if dropdown is already closed
alansemenov
pushed a commit
that referenced
this issue
Oct 23, 2023
…#3305 - BaseRichComboBox: comboBox.addOption doesn't select item that is supposed to be selected - DropdownList: navigating to the first selected row only if dropdown was not open yet - no need to fetch a next batch if dropdown is already closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In ContentSelector try to select several items, some of them should be selected from non-first batch loaded in the dropdown.
Open selector dropdown again and start scrolling down until second batch is loaded: Apply button appears and some previously selected items are not selected in the dropdown anymore
The text was updated successfully, but these errors were encountered: