Design comparison
SolutionDesign
Solution retrospective
I need help with the javascript part. I wanted to make it so only one cab be clicked at a time.
Community feedback
- @kwngptrlPosted over 1 year ago
You should use radiobuttons instead of divs in the rating-number class. Radiobuttons by their nature, can only be selected one at a time. Plus, they adhere with accessibility principles. Here is the MDN article:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio.
The only head scratcher is styling these with css, but there are YouTube videos on that.
2
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord