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

Change how we do default plan #2256

Merged
merged 4 commits into from
Aug 9, 2022
Merged

Conversation

deathbearbrown
Copy link
Contributor

rendering "checked" on the radiobuttons is causing a WEIRD BUG. so lets do it in JS

Co-authored-by: Jeff Lembeck <jlembeck@gmail.com>
@@ -329,6 +336,18 @@
<script src="https://js.braintreegateway.com/web/dropin/1.33.0/js/dropin.min.js"></script>

<script>
const radios = document.querySelectorAll('input[name="plan"]')
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need to add a listener for each radio button? Wondering if a single listener at a parent element might be easier?

maybe that's too much and we can worry about it later

@deathbearbrown deathbearbrown merged commit 982a942 into master Aug 9, 2022
@jefflembeck jefflembeck deleted the signup-radio-button-issue branch August 9, 2022 19:43
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.

None yet

3 participants