Skip to content

Commit

Permalink
feat(ionic): allow customize <ion-item> lines (#1809)
Browse files Browse the repository at this point in the history
fix #1732
  • Loading branch information
aitboudad committed Sep 27, 2019
1 parent 9a53ed4 commit 94dd5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ionic/src/lib/wrappers/form-field.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { FieldWrapper } from '@ngx-formly/core';
@Component({
selector: 'formly-wrapper-ion-form-field',
template: `
<ion-item>
<ion-item [lines]="to.itemLines">
<ion-label [position]="to.labelPosition">
{{ to.label }}
<span *ngIf="to.required && to.hideRequiredMarker !== true">*</span>
Expand Down

0 comments on commit 94dd5cc

Please sign in to comment.