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
The Input component does not fire an onInput event when pressing Escape, even though this causes the text to be cleared.
Input
onInput should be triggered with an empty string when pressing Escape.
https://stackblitz.com/edit/ui5wcr-at-birpimmt?file=src%2FApp.tsx
No response
None
2.7.2
Chrome
MacOS
SAP
The text was updated successfully, but these errors were encountered:
Hello @SAP/ui5-webcomponents-topic-rl,
Could you please check this issue? The live value of the ui5-input is changed when escape key is pressed, but input event is not fired.
Sorry, something went wrong.
fix(ui5-input): fire input event on escape key
b557f78
fixes: #11021
8b85288
🎉 This issue has been resolved in version v2.9.0-rc.1 🎉
The release is available on v2.9.0-rc.1
Your semantic-release bot 📦🚀
ndeshev
Successfully merging a pull request may close this issue.
Bug Description
The Input component does not fire an onInput event when pressing Escape, even though this causes the text to be cleared.
Affected Component
Input
Expected Behaviour
onInput should be triggered with an empty string when pressing Escape.
Isolated Example
https://stackblitz.com/edit/ui5wcr-at-birpimmt?file=src%2FApp.tsx
Steps to Reproduce
Log Output, Stack Trace or Screenshots
No response
Priority
None
UI5 Web Components Version
2.7.2
Browser
Chrome
Operating System
MacOS
Additional Context
No response
Organization
SAP
Declaration
The text was updated successfully, but these errors were encountered: