Closed Chartman123 closed 2 months ago
This fixes #2307 where updating values in the QuestionMultiple component was not working correctly. The onChange method has been updated to handle unique values correctly by using the flat method. Additionally, a typo in a comment has been fixed.
tested on local env, works fine :heavy_check_mark:
This fixes #2307 where updating values in the QuestionMultiple component was not working correctly. The onChange method has been updated to handle unique values correctly by using the flat method. Additionally, a typo in a comment has been fixed.