nextcloud / forms

📝 Simple form & survey app for Nextcloud
https://apps.nextcloud.com/apps/forms
GNU Affero General Public License v3.0
324 stars 98 forks source link

fix: update values in QuestionMultiple component correctly when `isUnique === true` #2323

Closed Chartman123 closed 2 months ago

Chartman123 commented 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.

Koc commented 2 months ago

tested on local env, works fine :heavy_check_mark: image