We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9282c20 commit 9bffd2bCopy full SHA for 9bffd2b
src/components/WidgetFormItem.vue
@@ -243,7 +243,7 @@ export default {
243
key: Date.parse(new Date()) + '_' + Math.ceil(Math.random() * 99999)
244
}
245
246
- if (this.data.list[index].type === 'radio' || this.data.list[index].type === 'checkbox') {
+ if (this.data.list[index].type === 'radio' || this.data.list[index].type === 'checkbox' || this.data.list[index].type === 'select') {
247
248
cloneData = {
249
...cloneData,
0 commit comments