We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c1b129 + 08d5640 commit d43730aCopy full SHA for d43730a
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