+ 3
How to get the reset button work so that when I click on a button, the others get reset?
3 Respostas
+ 1
https://code.sololearn.com/WfHxQZvbdtBA/?ref=app
I also make radio do its job, in your code you can select all of tham, exept only one.
You set some complex style for this radio element (better to say labels, radio is hidden) so i was lazzy to make it reset background color to default also, you will need to access to exact element and change style, or completly change way of styling.
I will for example use button or just div, not input for this kind of app
+ 1
Revma thank you🙏🏽
+ 1
PanicS Thank you🙏🏽
Actually I didn't want to make it with js when i was styling it
I wanted to use css like so
Input[type="radio"][id="blue"]:checked~.red,input[type="radio"][id="red"]...
But it didn't work
So I tried to finally make it with js