From fe6e245b9e7f7da966c73e31b5cade0c386ce889 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Wed, 31 Jan 2024 09:42:59 +0000 Subject: [PATCH] User: waqqas.jabbar@gmail.com clicked save for playground/nutech/example-script-task/login-uischema.json --- .../nutech/example-script-task/login-exampledata.json | 4 +++- .../nutech/example-script-task/login-uischema.json | 11 ++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/playground/nutech/example-script-task/login-exampledata.json b/playground/nutech/example-script-task/login-exampledata.json index 9e26dfee..b88c7bf2 100644 --- a/playground/nutech/example-script-task/login-exampledata.json +++ b/playground/nutech/example-script-task/login-exampledata.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "firstName": "Chuck" +} \ No newline at end of file diff --git a/playground/nutech/example-script-task/login-uischema.json b/playground/nutech/example-script-task/login-uischema.json index 9e26dfee..411a28d3 100644 --- a/playground/nutech/example-script-task/login-uischema.json +++ b/playground/nutech/example-script-task/login-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