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

Disabled InputWithDecorations.Input gets cursor: not-allowed #2347

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

r100-stack
Copy link
Member

@r100-stack r100-stack commented Nov 18, 2024

Changes

Fixes #2313.

This PR does a quick fix by applying cursor: not-allowed to input and textarea inside .iui-input-flex-container when the input/textarea is disabled.

A better solution (e.g. abstraction of common code) can come later.

Testing

Confirmed that the not-allowed cursor comes up in the user's sandbox code.

Docs

Added changesets.

@r100-stack r100-stack self-assigned this Nov 18, 2024
@r100-stack r100-stack marked this pull request as ready for review November 18, 2024 22:34
@r100-stack r100-stack requested a review from a team as a code owner November 18, 2024 22:34
@r100-stack r100-stack requested review from mayank99 and smmr-dn and removed request for a team November 18, 2024 22:34
@r100-stack r100-stack merged commit fd0bfe1 into main Nov 19, 2024
17 of 18 checks passed
@r100-stack r100-stack deleted the r/inputwithdecorations-input-not-allowed-missing branch November 19, 2024 13:38
@imodeljs-admin imodeljs-admin mentioned this pull request Nov 19, 2024
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.

InputWithDecorations.Input is missing the not-allowed cursor in disabled state
3 participants