Set textinput default value (#1148)

* revert textinput default value

* default value
This commit is contained in:
Arpit 2021-10-19 16:05:41 +05:30 committed by GitHub
parent f70737ff03
commit 1776ae85ea
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: 'Hello 👋🏻' },
value: { value: '' },
placeholder: { value: 'Placeholder text' },
},
events: [],