We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here is a list of the test pages and samples that need fixing:
Test page sample (https://sap.github.io/ui5-webcomponents/nightly/packages/main/test/pages/Input.html) "Input with disabled autocomplete and preventable suggestion select" does not work as expected. Every suggestion item can be selected.
The test page https://sap.github.io/ui5-webcomponents/nightly/packages/main/test/pages/InputsLazyLoading.html have some samples like input with "Hardcoded items" where the suggestion items are not correct. Currently they are:
<ui5-suggestion-item>Dryanovo</ui5-suggestion-item>
They have to be:
<ui5-suggestion-item text="Dryanovo"></ui5-suggestion-item>
Test page https://sap.github.io/ui5-webcomponents/nightly/packages/main/test/pages/Input_quickview.html - sample "Test mouseover on item" - attaching mouseover event listener on a suggestion item does not work. The attached function is not executed on mouse over.
Test page https://sap.github.io/ui5-webcomponents/nightly/packages/main/test/pages/MultiInput.html - sample "Create tokens on change and on paste" - The event listener is attached to "ui5-paste" event and is not executed. When I change the event listener to listen for "paste" - it works.
ui5-input, ui5-multi-input
No response
...
Low
2.0.1
Chrome
Windows
The text was updated successfully, but these errors were encountered:
fix(ui5-input, ui5-multi-input): fix issues in inputs test pages
db6162b
Fixes #9446
fix(ui5-input, ui5-multi-input): fix issues in inputs test pages (#9506)
b9de887
nikoletavnv
Successfully merging a pull request may close this issue.
Bug Description
Here is a list of the test pages and samples that need fixing:
Test page sample (https://sap.github.io/ui5-webcomponents/nightly/packages/main/test/pages/Input.html) "Input with disabled autocomplete and preventable suggestion select" does not work as expected. Every suggestion item can be selected.
The test page https://sap.github.io/ui5-webcomponents/nightly/packages/main/test/pages/InputsLazyLoading.html have some samples like input with "Hardcoded items" where the suggestion items are not correct. Currently they are:
<ui5-suggestion-item>Dryanovo</ui5-suggestion-item>
They have to be:
<ui5-suggestion-item text="Dryanovo"></ui5-suggestion-item>
Test page https://sap.github.io/ui5-webcomponents/nightly/packages/main/test/pages/Input_quickview.html - sample "Test mouseover on item" - attaching mouseover event listener on a suggestion item does not work. The attached function is not executed on mouse over.
Test page https://sap.github.io/ui5-webcomponents/nightly/packages/main/test/pages/MultiInput.html - sample "Create tokens on change and on paste" - The event listener is attached to "ui5-paste" event and is not executed. When I change the event listener to listen for "paste" - it works.
Affected Component
ui5-input, ui5-multi-input
Expected Behaviour
No response
Isolated Example
No response
Steps to Reproduce
...
Log Output, Stack Trace or Screenshots
No response
Priority
Low
UI5 Web Components Version
2.0.1
Browser
Chrome
Operating System
Windows
Additional Context
No response
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: