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-switch): apply focus only on root element click #10588

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hinzzx
Copy link
Contributor

@hinzzx hinzzx commented Jan 20, 2025

Previously on our ui5-switch component, focus was being applied even if the root element was not clicked.

With this change, focus is applied only when the ui5-switch's touch area is clicked.

Before

2025-01-20_09-03-48

After

2025-01-20_09-04-12

Fixes: #10567

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.

[ui5-switch]: focus on click
1 participant