Updated default value for date picker. (#1110)

This commit is contained in:
vedanth bora 2021-10-18 09:03:04 +05:30 committed by GitHub
parent 269ac0f191
commit 18a0f34e16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -385,7 +385,7 @@ export const componentTypes = [
customRule: { value: null },
},
properties: {
defaultValue: { value: '' },
defaultValue: { value: '01/04/2021' },
format: { value: 'DD/MM/YYYY' },
enableTime: { value: '{{false}}' },
enableDate: { value: '{{true}}' },