Skip to content

Commit b8cf273

Browse files
authored
validationselection - allowBlank if removeAllValidations is checked (#331)
1 parent 3638ed5 commit b8cf273

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FormBuilderBundle/Resources/public/js/extjs/conditional-logic/action/constraintsRemove.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Formbuilder.extjs.conditionalLogic.action.constraintsRemove = Class.create(Formb
9191
},
9292
change: function (e) {
9393
validationSelectionField.setDisabled(this.checked);
94+
validationSelectionField.allowBlank = this.checked;
9495
if (this.checked) {
9596
validationSelectionField.clearValue();
9697
}

0 commit comments

Comments
 (0)