mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 10:41:13 +08:00
fix(): scroll assists now recognizes inputs on inner pages and modals (#20864)
fixes #20843
This commit is contained in:
@ -174,7 +174,7 @@ export class Textarea implements ComponentInterface {
|
||||
this.emitStyle();
|
||||
this.debounceChanged();
|
||||
if (Build.isBrowser) {
|
||||
this.el.dispatchEvent(new CustomEvent('ionInputDidLoad', {
|
||||
document.dispatchEvent(new CustomEvent('ionInputDidLoad', {
|
||||
detail: this.el
|
||||
}));
|
||||
}
|
||||
|
Reference in New Issue
Block a user