79650936

Date: 2025-06-03 09:10:47
Score: 1.5
Natty:
Report link

Got it solved: The fields reference was identical, because i got it from reflect. It works now like this:

  const rawFormField = Reflect.getMetadata(
    'fb:fields',
    this.formController.getModelDefinition(),
    this.fieldName
  );
  this.formField = JSON.parse(JSON.stringify(rawFormField));
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: RK234