VojtaStruhar / steam-review-template

Checklist review template from Steam that we all know and love.
111 stars 32 forks source link

Fix radio button ID references #10

Closed VojtaStruhar closed 5 months ago

VojtaStruhar commented 5 months ago

The input id was based solely on its text value. That's why clicking "Good" on other fields triggered the first one.

Inputs are now identified by their category and item index. This should be unique enough