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