Changed default value of TextInput (#1090)

This commit is contained in:
Idan Moral 2021-10-15 17:26:32 +03:00 committed by GitHub
parent a79477cae4
commit c7d2b604a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -295,7 +295,7 @@ export const componentTypes = [
showOnMobile: { value: false },
},
properties: {
value: { value: '' },
value: { value: 'Hello 👋🏻' },
placeholder: { value: 'Placeholder text' },
},
events: [],