chore(): update to angular 7

This commit is contained in:
Manu Mtz.-Almeida
2018-11-12 15:47:07 +01:00
committed by Manu MA
parent 5d0050157e
commit 3ac05214f1
6 changed files with 15 additions and 17 deletions

View File

@ -42,7 +42,7 @@ export class Input implements ComponentInterface {
/**
* Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user.
*/
@Prop() autocapitalize: 'on' | 'off' | 'words' | 'characters' = 'off';
@Prop() autocapitalize = 'off';
/**
* Indicates whether the value of the control can be automatically completed by the browser.