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

[fix] Reimplemented dom.createRadio and added unit tests #4430

Merged
merged 1 commit into from
Mar 30, 2020
Merged

[fix] Reimplemented dom.createRadio and added unit tests #4430

merged 1 commit into from
Mar 30, 2020

Conversation

fenilgandhi
Copy link
Contributor

Addresses: #4425
Changes:

  • Re-implemented createRadio method
  • Added missing methods to createRadio like remove, disable
  • Added tests for createRadio
  • Updated documentation to match implementation

Screenshots of the change:

PR Checklist

@fenilgandhi fenilgandhi changed the title [fix] Re-Implement dom.createRadio method and added tests for it. [fix] Reimplemented dom.createRadio and added unit tests Mar 28, 2020
@fenilgandhi fenilgandhi changed the title [fix] Reimplemented dom.createRadio and added unit tests [WIP] [fix] Reimplemented dom.createRadio and added unit tests Mar 30, 2020
@fenilgandhi
Copy link
Contributor Author

I was trying something out but it doesn't work. Will have to wait until #4409 gets merged.

@lmccart
Copy link
Member

lmccart commented Mar 30, 2020

@fenilgandhi can you resolve conflicts on this one too? and let me know if there is a preferred order I should merge your open PRs.

- Re-implemented createRadio method
- Added missing methods to createRadio like remove, disable
- Added tests for createRadio
- Updated documentation to match implementation
@fenilgandhi fenilgandhi changed the title [WIP] [fix] Reimplemented dom.createRadio and added unit tests [fix] Reimplemented dom.createRadio and added unit tests Mar 30, 2020
@lmccart lmccart merged commit f91d24e into processing:master Mar 30, 2020
@lmccart
Copy link
Member

lmccart commented Mar 30, 2020

thanks!

@fenilgandhi fenilgandhi deleted the fix-dom-createRadio branch March 31, 2020 05:20
nanselmo added a commit to nanselmo/p5.js that referenced this pull request Jan 20, 2022
Updating example and documentation related to processing#4948.
The label and the value parameters are swapped in the latest implementation of radio() (processing#4430)
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.

2 participants