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): remove the 'submit' event #2855

Merged
merged 4 commits into from
Mar 2, 2021

Conversation

ndeshev
Copy link
Contributor

@ndeshev ndeshev commented Feb 22, 2021

The 'submit' event fired from the ui5-input component is now removed as it is an event of the 'form' element and not of the input ones. From now on, the submit (event) must be triggered manually when enter key is pressed.

BREAKING CHANGE: the 'submit' event is now removed. The 'submit' functionality must be added with a custom code - listen for the standard "keydown" event and check if ENTER is pressed to submit a form containing the input component.

The 'submit' event fired from the ui5-input component is now removed as
it is an event of the 'form' element and not of the input ones.

From now on, if the submit (event) must be triggered manually when
enter key is pressed.
@ilhan007 ilhan007 changed the title fix(ui5-input): BREAKING CHANGE: remove the 'submit' event fix(ui5-input): remove the 'submit' event Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants