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
I have a basic master/detail view: A master list where you can select a user to open the user details, and a detail panel where you can edit the user details.
However, once bound, setting the user to null is immediately reverted by Aurelia. Here's the code:
I have a basic master/detail view: A master list where you can select a user to open the user details, and a detail panel where you can edit the user details.
However, once bound, setting the user to null is immediately reverted by Aurelia. Here's the code:
However, if I remove the line
<input type="text" value.bind="user.name" />
user gets correctly set to and from null.The text was updated successfully, but these errors were encountered: