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

ComboBox: Lazy loading implementation #4483

Open
niyap opened this issue Dec 14, 2021 · 2 comments
Open

ComboBox: Lazy loading implementation #4483

niyap opened this issue Dec 14, 2021 · 2 comments
Assignees
Labels

Comments

@niyap
Copy link
Contributor

niyap commented Dec 14, 2021

After a discussion within the team, we decided to create a backlog item, in order to find the best way for "lazy loading" implementation in ui5-combobox component.

We have to investigate whether we should introduce an event similar to "loadItems" in sap.m.ComboBox - "This event is fired which is fired when the end user clicks the combo box button to open the dropdown list and the data used to display items is not already loaded. Alternatively, it is fired after the user moves the cursor to the combo box text field and perform an action that requires data to be loaded. For example, pressing F4 to open the dropdown list or typing something in the text field fires the event."
If such an event is not a proper solution, we have to find a better way to cover all supported scenarios from the component - for example opening the picker via F4/ Alt + Down/ Dropdown button or navigating through the items via arrow UP/DOWN in the input field, while the picker is closed and so on.

@niyap niyap added enhancement New feature or request TOPIC RL labels Dec 14, 2021
@niyap
Copy link
Contributor Author

niyap commented Dec 14, 2021

Related issue: #3759

@hristop
Copy link
Contributor

hristop commented Jan 28, 2025

Internal BLI created: FIORITECHP1-32718

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Approved
Development

No branches or pull requests

2 participants