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

PasswordInput inside a disabled AppShell have cursor: not-allowed #5149

Closed
Yhprum opened this issue Oct 29, 2023 · 1 comment
Closed

PasswordInput inside a disabled AppShell have cursor: not-allowed #5149

Yhprum opened this issue Oct 29, 2023 · 1 comment
Labels
Fixed patch Completed issues that will be published with next patch (1.0.X)

Comments

@Yhprum
Copy link
Contributor

Yhprum commented Oct 29, 2023

What package has an issue

@mantine/core

Describe the bug

My PasswordInput has css cursor: not-allowed which is executed because the AppShell has the data-disabled attribute

Component's css from mantine

.m-f2d85dd2:disabled, [data-disabled] .m-f2d85dd2 {
  cursor: not-allowed;
}

Minimum reproduction

<AppShell disabled>
  <PasswordInput />
</AppShell>

What version of @mantine/* packages do you have in package.json? (Note that all @mantine/* packages must have the same version in order to work correctly)

^7.1.2

If possible, please include a link to a codesandbox with the reproduced problem

No response

Do you know how to fix the issue

No

Are you willing to participate in fixing this issue and create a pull request with the fix

None

Possible fix

No response

rtivital added a commit that referenced this issue Nov 7, 2023
…t is wrapper with element with `data-disabled` attribute (#5149)
@rtivital rtivital added the Fixed patch Completed issues that will be published with next patch (1.0.X) label Nov 7, 2023
@rtivital
Copy link
Member

rtivital commented Nov 7, 2023

Fixed in 7.2.1.

@rtivital rtivital closed this as completed Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed patch Completed issues that will be published with next patch (1.0.X)
Projects
None yet
Development

No branches or pull requests

2 participants