mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Give the Number Input widget a default value (#1105)
This commit is contained in:
parent
c7d2b604a9
commit
ea77528472
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ export const componentTypes = [
|
|||
showOnMobile: { value: false },
|
||||
},
|
||||
properties: {
|
||||
value: { value: '' },
|
||||
value: { value: '99' },
|
||||
placeholder: { value: '0' },
|
||||
},
|
||||
events: [],
|
||||
|
|
|
|||
Loading…
Reference in a new issue