angular2-json-schema-form
angular2-json-schema-form copied to clipboard
Options object in Angular Schema Form
I need a field textarea according to the documentation it's adding an options attribute:
options object to set any global options for the form
html
<json-schema-form [schema]="schema" [options]="schemaFormOptions"></json-schema-form>
options:
schemaFormOptions =
{
key: "Description",
type: "textarea",
};
json schema:
{
"Description": {
"type": "string"
}
}
After loading the form, an input instead of textarea field is generated for Description.
For OTR reading Jabber messages is required. It was not implemented in old sendxmpp. I wrote simple sendxmpp2 and now we are able to send jabber messages in both directions. So OTR support can be the next step.
https://github.com/ajgb/protocol-otr/tree/master/examples