Closed gionkunz closed 2 years ago
Currently, the form definitions don't support types like name: string | null correctly. The result should be a form control, which accepts string or null.
name: string | null
Currently, the form definitions don't support types like
name: string | null
correctly. The result should be a form control, which accepts string or null.