Skip to content

Commit

Permalink
fix: COM-302
Browse files Browse the repository at this point in the history
fix bool placeholder to fit stylemagic
  • Loading branch information
felixroos committed Jul 26, 2019
1 parent eb75228 commit 5d1aae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/data/src/lib/model-config/type-config.service.ts
Expand Up @@ -39,7 +39,7 @@ export class TypeConfigService {
],
},
boolean: {
// hideFormLabel: true,
hideFormLabel: true,
prefill: false,
filterable: true,
filterOperator: 'exact',
Expand Down
Expand Up @@ -37,7 +37,7 @@

<label *ngSwitchCase="'boolean'">
<input [id]="field.id" type="checkbox" [formControl]="control" />
{{ field.placeholder }}
{{ field.getPlaceholder() }}
</label>

<input
Expand Down

0 comments on commit 5d1aae3

Please sign in to comment.