|
|
|
|
|
by lukeo05
4000 days ago
|
|
This is only true for DOM components, e.g. an <input> component, which can't have a onWindowShow() method associated with it. Customer components, e.g. an <MyInput> component that wraps a DOM <input> and provides custom onWindowShow() functionality are unaffected. |
|