Craig-Creeger / react-likert-scale

A React component that renders a Likert scale. It is responsive and accessible.
Creative Commons Zero v1.0 Universal
8 stars 6 forks source link

Selecting an option selects option on a different likert scale #45

Closed erikslatter closed 11 months ago

erikslatter commented 11 months ago

I'm working on a survey with 15 likert scales, but sometimes one scale will start changing the answer on another. Not sure why or how to fix it. firefox_2M44YY9Akf

erikslatter commented 11 months ago

Never mind - solved by looking at the source code. I should have read the documentation more carefully!

Since my Likerts did not have a 'question' nor an 'id,' a Date.now() was being used as an ID. This accidentally and randomly sometimes gave 2 Likerts the same ID, causing the inputs to apply to only 1 of the Likerts.