Browse Source

Checkbox fixed.

pull/248/head v1.1.7
Sebastian Stehle 8 years ago
parent
commit
10df3efe98
  1. 7
      CHANGELOG.md
  2. 2
      src/Squidex/app/features/content/pages/content/content-field.component.html

7
CHANGELOG.md

@ -1,5 +1,12 @@
# Changelog
## v1.1.7 - 2018-02-06
### Bugfixes
* **UI**: Checkbox style fixed.
## v1.1.6 - 2018-02-06
### Features

2
src/Squidex/app/features/content/pages/content/content-field.component.html

@ -84,7 +84,7 @@
<sqx-toggle [formControlName]="partition"></sqx-toggle>
</div>
<div *ngSwitchCase="'Checkbox'">
<div class="form-check">
<div class="form-check form-check-inline">
<input class="form-check-input" type="checkbox" [formControlName]="partition" sqxIndeterminateValue />
</div>
</div>

Loading…
Cancel
Save