master #5
|
@ -64,6 +64,10 @@ class Renderer{
|
|||
get required(){
|
||||
return this.#input.minOccurs > 0
|
||||
}
|
||||
|
||||
get readOnly(){
|
||||
return this.#input.schema.readOnly
|
||||
}
|
||||
|
||||
static instance(input){
|
||||
if(this.isEnum(input)){
|
||||
|
|
Loading…
Reference in New Issue