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
While refactoring AddDebitCard to use our Form component, I noticed that CheckboxWithLabel only works when the shouldSaveDraft prop is passed.
CheckboxWithLabel
shouldSaveDraft
The component should work with Form so it can be used in our refactors
Make it work without passing shouldSaveDraft
The text was updated successfully, but these errors were encountered:
I'm focused on the NewDot API issues, but will get to this next.
Sorry, something went wrong.
Focused on API refactors. Gonna try to get to this next week.
Focused on API refactors. I'll try to get to this next week.
Have a draft PR up!
luacmartins
No branches or pull requests
Problem
While refactoring AddDebitCard to use our Form component, I noticed that
CheckboxWithLabel
only works when theshouldSaveDraft
prop is passed.Why is this important
The component should work with Form so it can be used in our refactors
Solution
Make it work without passing
shouldSaveDraft
The text was updated successfully, but these errors were encountered: