Browse Source

Invariant for boolean validation default value.

pull/1/head
Sebastian 9 years ago
parent
commit
86077efba5
  1. 2
      src/Squidex/app/features/schemas/pages/schema/types/boolean-validation.component.html

2
src/Squidex/app/features/schemas/pages/schema/types/boolean-validation.component.html

@ -11,7 +11,7 @@
<label class="col col-3 col-form-checkbox-label" for="field-default-value">Default Value</label>
<div class="col col-6">
<input type="checkbox" class="form-check-input" id="field-default-value" formControlName="defaultValue" indeterminate-value />
<input type="checkbox" class="form-check-input" id="field-default-value" formControlName="defaultValue" sqxIndeterminateValue />
</div>
</div>
</div>
Loading…
Cancel
Save