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 3638ed5 commit b8cf273Copy full SHA for b8cf273
src/FormBuilderBundle/Resources/public/js/extjs/conditional-logic/action/constraintsRemove.js
@@ -91,6 +91,7 @@ Formbuilder.extjs.conditionalLogic.action.constraintsRemove = Class.create(Formb
91
},
92
change: function (e) {
93
validationSelectionField.setDisabled(this.checked);
94
+ validationSelectionField.allowBlank = this.checked;
95
if (this.checked) {
96
validationSelectionField.clearValue();
97
}
0 commit comments