-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
effort-1: minutesWill only take a few minutes to fix/createWill only take a few minutes to fix/createscope: libAnything related to the library itselfAnything related to the library itselfstate: needs designThis feature or fix should be discussed before writing any codeThis feature or fix should be discussed before writing any codetype: RFC/discussion/questionThis issue is about RFC, discussion or a questionThis issue is about RFC, discussion or a questionworkaround-1: obviousObvious workaroundObvious workaround
Description
When dealing with FormArray, I believe a common use case is to click a button to add an empty entry in the array and later on from the UI fill it up.
Currently the definition is:
protected createFormArrayControl(
key: ArrayPropertyKey<StackedNonCuttingCylinders.AsObject> | undefined,
value: ArrayPropertyValue<StackedNonCuttingCylinders.AsObject>,
): FormControland value doesn't accept an object with all the required keys but with null values.
I think it should.
Anyone second that?
Metadata
Metadata
Assignees
Labels
effort-1: minutesWill only take a few minutes to fix/createWill only take a few minutes to fix/createscope: libAnything related to the library itselfAnything related to the library itselfstate: needs designThis feature or fix should be discussed before writing any codeThis feature or fix should be discussed before writing any codetype: RFC/discussion/questionThis issue is about RFC, discussion or a questionThis issue is about RFC, discussion or a questionworkaround-1: obviousObvious workaroundObvious workaround