We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The prop partial in the Checkbox component doesn't respect HTML's specification.
partial
Checkbox
To Reproduce
Steps to reproduce the behavior:
indeterminate
Expected behavior
To have the indeterminate property of the input element set to true.
input
true
Screenshots
The temp0 variable is a reference to the second checkbox input's.
temp0
Additional context
Documentation.
The text was updated successfully, but these errors were encountered:
can we also rename this prop to indeterminate? so it's more "aligned" with the HTML spec
Sorry, something went wrong.
@lucasecdb good catch, i will fix it!
fix: 🐛 using indeterminate on checkbox when partial true
17daad0
✅ Closes: #1146
c860974
c1cf53f
emersonlaurentino
Successfully merging a pull request may close this issue.
Describe the bug
The prop
partial
in theCheckbox
component doesn't respect HTML's specification.To Reproduce
Steps to reproduce the behavior:
indeterminate
of the input element.Expected behavior
To have the indeterminate property of the
input
element set totrue
.Screenshots
The
temp0
variable is a reference to the second checkboxinput
's.Additional context
Documentation.
The text was updated successfully, but these errors were encountered: