angular2-json-schema-form icon indicating copy to clipboard operation
angular2-json-schema-form copied to clipboard

Options object in Angular Schema Form

Open angelcuenca opened this issue 6 years ago • 0 comments

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.

angelcuenca avatar Jan 24 '19 17:01 angelcuenca

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.

lhost avatar Oct 15 '14 21:10 lhost

https://github.com/ajgb/protocol-otr/tree/master/examples

lhost avatar Oct 15 '14 21:10 lhost