From dd90934ec95079c9e7cf51ef2a47cb473d56d76b Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Thu, 26 Oct 2023 21:59:14 +0000 Subject: [PATCH] User: dbayless@humanscalebusiness.org clicked save for playground/human-scale-business/test-process/test_form-uischema.json --- .../test-process/test_form-uischema.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/playground/human-scale-business/test-process/test_form-uischema.json b/playground/human-scale-business/test-process/test_form-uischema.json index 9e26dfee..411a28d3 100644 --- a/playground/human-scale-business/test-process/test_form-uischema.json +++ b/playground/human-scale-business/test-process/test_form-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