Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(form-builder): default answer not selectable for choice questions #2870

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

Yelinz
Copy link
Member

@Yelinz Yelinz commented Dec 23, 2024

Description

Multiple Choice and Choice question default answer was not selectable because lib/question expected the raw format while default answer was passing a list of changesets for the options

Fixes #2851

@Yelinz Yelinz requested review from anehx and derrabauke December 23, 2024 08:41
@Yelinz Yelinz self-assigned this Dec 23, 2024
@Yelinz Yelinz merged commit 6556cb0 into projectcaluma:main Dec 23, 2024
50 checks passed
@anehx
Copy link
Contributor

anehx commented Dec 23, 2024

🎉 This PR is included in version 13.1.6 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@anehx anehx added the released label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Form Builder: No default Answer selectable anymore for ChoiceQuestions
3 participants