-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Description
Most appropriate sub-area of p5.js?
- Accessibility (Web Accessibility)
- Build tools and processes
- Color
- Core/Environment/Rendering
- Data
- DOM
- Events
- Friendly error system
- Image
- IO (Input/Output)
- Localization
- Math
- Unit Testing
- Typography
- Utilities
- WebGL
- Other (specify if possible)
Details about the bug:
- p5.js version: 1.4.0
- Web browser and version: Firefox 95.0
- Operating System: Windows 10
- Steps to reproduce this:
The remove method in the createRadio class does not work for Integer inputs, even though the value provided during the creation of the radio option is an Integer.
The above code should show only the 2nd and 3rd radio buttons, however it displays all three, i.e the remove function is not working.
