fix(input): scroll assist works in with shadow-dom (#16206)

fixes #15888
fixes #15294
fixes #15895
This commit is contained in:
Manu MA
2018-11-03 01:35:38 +01:00
committed by GitHub
parent 0abf992a13
commit d817cc3b30
9 changed files with 47 additions and 100 deletions

View File

@ -50,7 +50,7 @@ export class Input implements ComponentInterface {
@Prop() autocomplete: 'on' | 'off' = 'off';
/**
* Whether autocorrection should be enabled when the user is entering/editing the text value.
* Whether auto correction should be enabled when the user is entering/editing the text value.
*/
@Prop() autocorrect: 'on' | 'off' = 'off';