Andreas Eberhart

Results 75 issues of Andreas Eberhart

In forms, the choices of one input field often depend on another field. For instance, choosing a country (e.g. US) would restrict the state choices to AL, AR, AK, .......

The tab layout currently allows showing array elements in tabs: ``` { "type": "array", "layout": "tab", "title": "test", "items": { "type": "object", "properties": { "name": { "type": "string" }, "version":...

We do have the tab and table option, however, these are most suited for arrays of objects. The chips layout is fairly space efficient but does not support autocomplete and...

see https://material.angular.io/components/chips/examples

the form should work with auto-generated schemata like this example: ``` { type: 'array', items: { $ref: '#/definitions/ModelConfig' }, title: 'Model Config', default: { top_p: 1.0, engine: 'curie', max_tokens: 60,...

in this example: https://github.com/riskine/ontology/blob/master/schemas/core/person.json a person can have children: "children": { "type": "array", "description": "children of person", "items": { "$ref": "person.json" } }, this causes an "infinite" form. make arrays...

edit field for key can be * in the tab heading * in the first table column

e.g. place images in the upload folder and serve them via HTTP

documentation
enhancement

we do have this in the query editor already

enhancement