syncrea / ng-rfx

Angular Reactive Forms Extension
https://syncrea.ch/ng-rfx
11 stars 3 forks source link

Simple union type is not correctly supported by ng-rfx #4

Closed gionkunz closed 2 years ago

gionkunz commented 4 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.