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

Handle checkbox indeterminate state at the DOM level #73

Merged
merged 2 commits into from Jan 22, 2020

Conversation

xdrdak
Copy link
Contributor

@xdrdak xdrdak commented Jan 21, 2020

Description

Need to forward the indeterminate state to the component. ez-pz

closes #72

How to test?

  • Checkout branch, run yarn test

Checklist

@xdrdak xdrdak requested a review from a team as a code owner January 21, 2020 14:18
@netlify
Copy link

netlify bot commented Jan 21, 2020

Deploy preview for lightspeed-flame ready!

Built with commit f3e16fe

https://deploy-preview-73--lightspeed-flame.netlify.com

@netlify
Copy link

netlify bot commented Jan 21, 2020

Deploy preview for lightspeed-flame ready!

Built with commit a203109

https://deploy-preview-73--lightspeed-flame.netlify.com

</Wrapper>
),
({ indeterminate, checked, css, className, ...restProps }, ref) => {
return (
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a need to go from an implicit to explicit return?

Copy link
Collaborator

@glambert glambert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whether or not the implicit return was intended LGTM 🎉

@xdrdak xdrdak merged commit 93db0fe into master Jan 22, 2020
@xdrdak xdrdak deleted the fix-DOM-indeterminate-state-for-checkbox branch January 22, 2020 19:37
@ahmedelgabri
Copy link
Contributor

This is not released yet, right?

@glambert
Copy link
Collaborator

This is not released yet, right?

It's released: https://github.com/lightspeed/flame/releases/tag/%40lightspeed%2Fflame%401.2.11

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.

Checkbox indeterminate is not updating
3 participants