Commit 0fbb5f70 authored by Boris Kocherov's avatar Boris Kocherov

documentation about render textfield is added

parent 0a710f86
......@@ -87,6 +87,17 @@ rJS(window)
## rendering rules
* string json schema type is rendered as `<input type="string">`
for multi-line textfield can be used contentMediaType = "text/plain"
```json
{
"type": "string",
"contentMediaType": "text/plain"
}
```
it is rendered as `<textarea></textarea>`
* number/integer json schema type is rendered as `<input type="number">`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment