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-multi-combobox): fix initial focus on mobile #1508

Merged
merged 1 commit into from
Apr 23, 2020

Conversation

fifoosid
Copy link
Contributor

Before this change, when opened the initial focus of the ui5-multi-combobox on mobile was still on the native input out of the dialog. This breaks the whole view as the input can be anywhere on the page. With this change the focus is now set on the input inside the dialog

It is implemented like this(and not using the initial-focus API of the popover), because on both Chrome and Safari the bug is still present.

@fifoosid fifoosid merged commit 77e6ab6 into master Apr 23, 2020
@fifoosid fifoosid deleted the mcb-initial-focus branch April 23, 2020 09:13
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.

2 participants