mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(input): scroll assist works in with shadow-dom (#16206)
fixes #15888 fixes #15294 fixes #15895
This commit is contained in:
4
core/src/components.d.ts
vendored
4
core/src/components.d.ts
vendored
@ -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';
|
||||
/**
|
||||
|
Reference in New Issue
Block a user