Skip to content

Commit

Permalink
add placeholder example
Browse files Browse the repository at this point in the history
  • Loading branch information
khamudom committed Jun 29, 2020
1 parent 57eaa83 commit 66a1795
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ const fastTextFieldConfig: ComponentViewConfig = {
{
root: {
schemaId: fastTextFieldId,
data: {},
data: {
placeholder: "name",
},
},
},
"root",
Expand Down

0 comments on commit 66a1795

Please sign in to comment.