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

fix(ui5-input): improve lazy loading behaviour #4763

Merged
merged 6 commits into from
Feb 25, 2022
Merged

Conversation

MapTo0
Copy link
Member

@MapTo0 MapTo0 commented Feb 16, 2022

FIXES: #4425
FIXES: #4585

@MapTo0 MapTo0 requested review from ndeshev, hristop and niyap February 17, 2022 15:10
@MapTo0 MapTo0 closed this Feb 25, 2022
@MapTo0 MapTo0 reopened this Feb 25, 2022
@@ -978,6 +988,10 @@ class Input extends UI5Element {
this.blur();
this.focused = false;
}

this.isTyping = false;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think we should add the same thing (this.isTyping = false;) in the _handleChange().
This will prevent the popup from opening when the user has typed something and pressed the "Enter" key before the data is received. Should we consider pressing enter the end of the user interaction in such cases?

@MapTo0 MapTo0 merged commit 35342be into master Feb 25, 2022
@MapTo0 MapTo0 deleted the input-lazy-loading branch February 25, 2022 12:20
ilhan007 pushed a commit that referenced this pull request Mar 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants