Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 715 Bytes

ISSUES.md

File metadata and controls

20 lines (12 loc) · 715 Bytes
  • allOf + liveUpdate=true statement loses focus when error is added or removed (@see ObjectProperties page)
  • errors are unexpectedly missing after udpates (from plugin?) -> in general: when to do validation
  • update of errors should redraw component using useEditor hook
  • json-code widget loses data for mixed content-types

todo

  • test json schema editors

code smells

  • schema.getOneOfOrigin, cache value, not serialisable (but retrievable)
  • schema.sourceSchema, heavy duplication but probably required. Alternative?
  • create isArrayItem introduces error surface if omitted -> property as number

maybe

  • [cannot reproduce] with liveupdate=false multiselect delete is slow or misses update