We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056e923 commit 583bed6Copy full SHA for 583bed6
src/app/submission/sections/form/section-form-operations.service.ts
@@ -412,7 +412,7 @@ export class SectionFormOperationsService {
412
);
413
}
414
415
- } else if (!value.hasValue()) {
+ } else if (isNotEmpty(value) && !value.hasValue()) {
416
// New value is empty, so dispatch a remove operation
417
if (this.getArrayIndexFromEvent(event) === 0) {
418
this.operationsBuilder.remove(pathCombiner.getPath(segmentedPath));
0 commit comments