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
Hi, we got an issue after updating Ember to 1.13. Our em-inputs are loosing binding to the property when rendered in if statement after the condition changes. Take a look at example:
Hi, we got an issue after updating Ember to 1.13. Our
em-inputs
are loosing binding to the property when rendered inif
statement after the condition changes. Take a look at example:The first input is working always. The second and the third are working depending of which one is rendered first until the condition changes.
Do you know what may be the reason for such behaviour? The case may be in using Glimmer engine after the update.
The text was updated successfully, but these errors were encountered: