Maxim Gelfand

Results 1 issues of Maxim Gelfand

Currently the `createDvField` fuction contains: ```ts if (!field?.isRoot()) { /* field modifiers are only available for root fields */ dv.el('span', p[field!.name], attrs); return } ``` This means that we can't...

enhancement
dv fields
types