mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
chore(): update to angular 7
This commit is contained in:

committed by
Manu MA

parent
5d0050157e
commit
3ac05214f1
@ -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.
|
||||
|
Reference in New Issue
Block a user