Give the Number Input widget a default value (#1105)

This commit is contained in:
Trevor Bayless 2021-10-15 22:09:06 -05:00 committed by GitHub
parent c7d2b604a9
commit ea77528472
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -336,7 +336,7 @@ export const componentTypes = [
showOnMobile: { value: false },
},
properties: {
value: { value: '' },
value: { value: '99' },
placeholder: { value: '0' },
},
events: [],