mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
fix(): scroll assists now recognizes inputs on inner pages and modals (#20864)
fixes #20843
This commit is contained in:
committed by
Liam DeBeasi
parent
43fbd9d2f2
commit
d3d7de121b
@ -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