We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a04ea8 commit 08d5640Copy full SHA for 08d5640
src/app/submission/sections/form/section-form-operations.service.ts
@@ -403,7 +403,7 @@ export class SectionFormOperationsService {
403
);
404
}
405
406
- } else if (!value.hasValue()) {
+ } else if (isNotEmpty(value) && !value.hasValue()) {
407
// New value is empty, so dispatch a remove operation
408
if (this.getArrayIndexFromEvent(event) === 0) {
409
this.operationsBuilder.remove(pathCombiner.getPath(segmentedPath));
0 commit comments