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-date/time-picker, ui5-step-input): prevent text selection #8397

Merged
merged 1 commit into from
Mar 9, 2024

Conversation

hinzzx
Copy link
Contributor

@hinzzx hinzzx commented Mar 6, 2024

Currently we can observe that in our Input-based controls, when clicking multiple times in a short time-frame, we can see a text selection outside of the reach of the controls.

We now prevent this behaviour as it hurts the user experience.

Closes: #8026

@unazko unazko self-requested a review March 8, 2024 13:13
@hinzzx hinzzx merged commit 220eac4 into main Mar 9, 2024
9 checks passed
@hinzzx hinzzx deleted the txt-sel-ctr-blk-fix branch March 9, 2024 10:51
nnaydenow pushed a commit that referenced this pull request Mar 20, 2024
)

Currently we can observe that in our Input-based controls, when clicking multiple times in a short time-frame, we can see a text selection outside of the reach of the controls.
We now prevent this behaviour as it hurts the user experience.
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.

[StepInput]: double clicking add or delete button selects text in other element
2 participants