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

@ -1700,7 +1700,7 @@ export namespace Components {
*/
'autocomplete': 'on' | '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.
*/
'autocorrect': 'on' | 'off';
/**
@ -1818,7 +1818,7 @@ export namespace Components {
*/
'autocomplete'?: 'on' | '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.
*/
'autocorrect'?: 'on' | 'off';
/**