mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Fix default values of dropdown widget
This commit is contained in:
parent
d776e6d20e
commit
0763cc85ce
1 changed files with 2 additions and 2 deletions
|
|
@ -502,8 +502,8 @@ export const componentTypes = [
|
|||
properties: {
|
||||
label: { value: 'Select' },
|
||||
value: { value: '' },
|
||||
values: { value: '[1,2,3]' },
|
||||
display_values: { value: '["one", "two", "three"]' },
|
||||
values: { value: '{{[1,2,3]}}' },
|
||||
display_values: { value: '{{["one", "two", "three"]}}' },
|
||||
visible: { value: true }
|
||||
},
|
||||
events: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue