mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Add default value for text widget
This commit is contained in:
parent
ff82ca032d
commit
fc03b3bdcf
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ export const componentTypes = [
|
|||
showOnMobile: { type: 'toggle', displayName: 'Show on mobile' },
|
||||
},
|
||||
properties: {
|
||||
value: { type: 'code', displayName: 'Default value' },
|
||||
value: { type: 'code', displayName: "Hello have a great {{moment().format('dddd')}} 👋 " },
|
||||
placeholder: { type: 'code', displayName: 'Placeholder' },
|
||||
},
|
||||
validation: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue