2024-02-16 11:01:06 +00:00
|
|
|
{
|
|
|
|
"firstName": {
|
|
|
|
"ui:autofocus": true,
|
2024-02-16 11:05:26 +00:00
|
|
|
"ui:emptyValue": "",
|
2024-02-16 11:01:06 +00:00
|
|
|
"ui:placeholder": "ui:emptyValue causes this field to always be valid despite being required",
|
|
|
|
"ui:autocomplete": "family-name",
|
|
|
|
"ui:enableMarkdownInDescription": true,
|
2024-02-16 11:08:01 +00:00
|
|
|
"ui:description": "Make text **bold** or *italic*. Take a look at other options [here](https://markdown-to-jsx.quantizor.dev/)."
|
|
|
|
},
|
|
|
|
"lastName": {
|
|
|
|
"ui:autocomplete": "given-name",
|
|
|
|
"ui:enableMarkdownInDescription": true,
|
|
|
|
"ui:description": "Make things **bold** or *italic*. Embed snippets of `code`. <small>And this is a small texts.</small> "
|
|
|
|
},
|
|
|
|
"age": {
|
|
|
|
"ui:widget": "updown",
|
|
|
|
"ui:title": "Age of person",
|
|
|
|
"ui:description": "(earth year)"
|
|
|
|
},
|
|
|
|
"bio": {
|
|
|
|
"ui:widget": "textarea"
|
|
|
|
},
|
|
|
|
"password": {
|
|
|
|
"ui:widget": "password",
|
|
|
|
"ui:help": "Hint: Make it strong!"
|
|
|
|
},
|
|
|
|
"telephone": {
|
|
|
|
"ui:options": {
|
|
|
|
"inputType": "tel"
|
|
|
|
}
|
2024-02-16 11:01:06 +00:00
|
|
|
}
|
2024-02-16 11:08:05 +00:00
|
|
|
}
|