You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When toggling the "toggle" checkbox the first time, elDetails in custom element is referenced correctly, however subsequent toggles return null for it. This only happens if there is an if.bind both within the custom element and also in the parent page.
Similar to issue #298 except for the additional if.bind in the parent page.
Expected/desired behavior:
What is the expected behavior?
Subsequent toggles of "toggle" checkbox should ensure a reference to elDetails in the attached event as long as elemvisible is true.
The text was updated successfully, but these errors were encountered:
I'm submitting a bug report
1.5.1
Please tell us about your environment:
Operating System:
Windows 10 x64
Node Version:
8.6.0
5.3.0
Aurelia CLI 0.31.3
Browser:
Chrome 61.0.3163.100
Language:
TypeScript 2.08
Current behavior:
main.ts
app.ts
app.html
item-details.ts
item-details.html
When toggling the "toggle" checkbox the first time, elDetails in custom element is referenced correctly, however subsequent toggles return null for it. This only happens if there is an if.bind both within the custom element and also in the parent page.
Example: https://gist.run/?id=a981dc20a5cc72439349c02df465ebe7
Similar to issue #298 except for the additional if.bind in the parent page.
Expected/desired behavior:
Subsequent toggles of "toggle" checkbox should ensure a reference to elDetails in the attached event as long as elemvisible is true.
The text was updated successfully, but these errors were encountered: