json-tools/json-form

Feature-Request: Comment | ui-schema-type

ottigerb opened this issue · 3 comments

Comments would be a very helpful element!

Maybe we just can create a ui-schema-type like:

{
   "type": "Comment",
   "label": "Just display this simple text."
}
1602 commented

Currently a "description" property of json schema plays that role. Check this out: http://jsfiddle.net/mu0ft1kp/18/

Perfect - Thanks!
Did I missed something - or where can I "find" such features?

1602 commented

@ottigerb this module generates form based on JSON Schema, it's keywords documented in this spec: http://json-schema.org/latest/json-schema-validation.html

I will update README.md to include this explanation.