diff --git a/playground/freelancer-wj/user-form/form1-uischema.json b/playground/freelancer-wj/user-form/form1-uischema.json index 9e26dfee..411a28d3 100644 --- a/playground/freelancer-wj/user-form/form1-uischema.json +++ b/playground/freelancer-wj/user-form/form1-uischema.json @@ -1 +1,10 @@ -{} \ No newline at end of file +{ + "firstName": { + "ui:autofocus": true, + "ui:emptyValue": "", + "ui:placeholder": "ui:emptyValue causes this field to always be valid despite being required", + "ui:autocomplete": "family-name", + "ui:enableMarkdownInDescription": true, + "ui:description": "Make text **bold** or *italic*. Take a look at other options [here](https://probablyup.com/markdown-to-jsx/)." + } +} \ No newline at end of file