Skip to content

Commit 80a477d

Browse files
author
Ales Rechtorik
committed
change type of wrap input
1 parent 9955475 commit 80a477d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/input/input.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ export class MdInput implements ControlValueAccessor, AfterContentInit, OnChange
269269
@Input() autocapitalize: string;
270270
@Input() cols: string;
271271
@Input() rows: string;
272-
@Input() wrap: string;
272+
@Input() wrap: 'hard' | 'soft';
273273
@Input() @BooleanFieldValue() autofocus: boolean = false;
274274
@Input() @BooleanFieldValue() disabled: boolean = false;
275275
@Input() id: string = `md-input-${nextUniqueId++}`;

0 commit comments

Comments
 (0)