Skip to content

Conversation

ndeshev
Copy link
Contributor

@ndeshev ndeshev commented Sep 7, 2025

the native behavior of input HTML element is that when there is only one input field in a form, if ENTER key is pressed the form gets submitted, this is not the desired behavior of the MultiInput web component as on ENTER it should create a token.

related to: #12193
fixes: #12167

the native behavior of input HTML element is that when there is onlyone
input field in a form, if ENTER key is pressed the form gets submittted,
this is not the desired behavior of the MultiInput web component as on
ENTER it should create a token.
fixes: #12167
@ndeshev ndeshev merged commit 31bdcd8 into main Sep 10, 2025
19 of 20 checks passed
@ndeshev ndeshev deleted the mi-prevent-submit branch September 10, 2025 07:58
@ui5-webcomponents-bot
Copy link
Collaborator

🎉 This PR is included in version v2.15.0-rc.0 🎉

The release is available on v2.15.0-rc.0

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

[MultiInput]: When in form, pressing Enter submits the form instead of just adding a token
4 participants