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

feat(ui5-wizard): set initial focus when a step is changed #3310

Merged
merged 8 commits into from
May 28, 2021

Conversation

ndeshev
Copy link
Contributor

@ndeshev ndeshev commented May 25, 2021

Then the step is changed via mouse click or keyboard shortcut (ENTER/SPACE) the focus gets set to the first focusable element in the step content.

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.
@ndeshev ndeshev requested review from ilhan007 and MapTo0 May 25, 2021 13:07
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.

3 participants