-
Notifications
You must be signed in to change notification settings - Fork 279
fix(ui5-search): fixes #12241
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
base: main
Are you sure you want to change the base?
fix(ui5-search): fixes #12241
Conversation
|
Issue 1: After pressing the clear icon, the focus stays in the search field and the suggestions stay open. After focusing out from the search and focusing in again, the suggestions are hidden and typing does not show them - this is probably related to setting this.open in onBeforeRendering but I could not find a case to make it work in all scenarios Issue 2: In case old items are destroyed and new ones are created on input (both using timeout), the selection is set during OnAfterRendering before the slot items are invalidated and re-created. This causes the autocomplete to work with old items Issue 3: Writing a text and pressing "search"icon causes different behavior when there is a suggestion and when there is no suggestion. When there is a suggestion - the popover is closed. When there is no suggestion - the popover remains open. The popover should close in both cases. |
|
|
No description provided.