-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
PinInput required attribute not added to input elements #6588
Labels
Fixed patch
Completed issues that will be published with next patch (1.0.X)
Comments
I noticed that the |
rtivital
added a commit
that referenced
this issue
Aug 7, 2024
…ments depending on index with `getInputProps` (#6588)
Will be available with next patch: <PinInput getInputProps={() => ({ required: true })} /> |
rtivital
added
the
Fixed patch
Completed issues that will be published with next patch (1.0.X)
label
Aug 7, 2024
Fixed in 7.12.1 |
This was referenced Sep 12, 2024
This was referenced Sep 19, 2024
Open
Open
This was referenced Sep 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dependencies check up
What version of @mantine/* packages do you have in package.json?
package-lock.json:
What package has an issue?
@mantine/core
What framework do you use?
Vite
In which browsers you can reproduce the issue?
Chrome
Describe the bug
PinInput required attribute is not added to input elements, instead it's added to the parent
.mantine-PinInput-root
element.I'm actually using 6.x.x but 7.x.x has it too.
If possible, include a link to a codesandbox with a minimal reproduction
https://codesandbox.io/p/sandbox/pensive-haze-k5n3n3?file=%2Fsrc%2FApp.tsx
Possible fix
No response
Self-service
I'm stuck at the
yarn
step so I can't implement a fixThe text was updated successfully, but these errors were encountered: