Add form control to edit options
requested to merge 312-make-answer-text-editable-multiple-choice-multiple-choice-valued-861m3zw47 into main
Bugs
There are two visible bugs in this merge request, however as they're linked to other issues I've left them out of this merge request:
- clicking on the edit button doesn't focus on the text input:
- This is something Felix notitced in another merge request, and fixed elsewhere
- adding a new question (eigene Frage), the pre-selected form input doesn't add any options to the default question. This is related to the merge between #305 and #306, this can be fixed in another merge request
This merge request only focusses on making the options, as they appear on the modal, editable, as well as the form validation behind them
Closes #312