vueform/builder

Radiogroup and checkboxgroup options gets overwritten when clicked after a Select

jensjns opened this issue · 5 comments

Environment

@vueform/builder ^1.1.6
@vueform/vueform ^1.6.5

Reproduction

Describe the bug

  1. Have 3 fields: Radiogroup with options, Checkboxgroup with options, Select with options.
  2. Click on the Select field.
  3. Click on either the Radiogroup or the Checkboxgroup.
  4. The options from the Select field will transfer/copy to the clicked field.
Window_and_Ändra_formuläret_för_Dolor_-_Selfcheck

Additional context

No response

Logs

No response

After click on the radiogroup the form looks like this:

Window_and_Ändra_formuläret_för_Dolor_-_Selfcheck

Thanks for reporting the issue @jensjns - we'll look into it and get back with a fix.

Thanks @adamberecz 👍 These are the fields that I found that is affected by this bug. Might be other fields that supports options that's affected too.

1.1.10 is out which should contain a fix. Please let me know if you still encounter any similar issues.

Just upgraded to 1.1.10 and it's fixed 👍 Thanks for the super quick response and fix