code4romania / taskforce-fe-components

reusable frontend components for taskforce projects
https://taskforce-fe-components.now.sh
Mozilla Public License 2.0
11 stars 34 forks source link

Multiple free text choices on a multiple choice question #145

Closed mmircea16 closed 4 years ago

mmircea16 commented 4 years ago

What changed?

Previously having more than one free text choice on a multiple choice question was buggy as the data model assumed only one free text. Now that changed to cater for multiple values. This meant that the type of the value sent to server for a multiple choice server is an object not a string.

vercel[bot] commented 4 years ago

This pull request is being automatically deployed with ZEIT Now (learn more). To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://zeit.co/code4romania/taskforce-fe-components/fgsx42810 ✅ Preview: https://taskforce-fe-comp-git-fork-mmircea16-multiple-free-text-695b46.code4romania.now.sh

surdu commented 4 years ago

@mmircea16 Please don't forget to increase the package version ;)

aniri commented 4 years ago

@surdu we have another PR that increases the package version, so we are good to go :rocket: we'll add both in the next release