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
Current behavior: https://gist.run/?id=c1974c523772771e0496bdc77ae2000a
The first Clear click renders the new array instance, but fills it with empty values.
The second Clear click correctly renders a new empty array instance.
Expected/desired behavior:
The first Clear click should render an empty array and remove all the previous input fields.
It is like the bindings are updated after the views have been cleared, and therefore rerenders the array with empty values.
It correctly clears the array if splice is used, but it should also work for instance changing.
The text was updated successfully, but these errors were encountered:
I'm submitting a bug report
1.0.0
Please tell us about your environment:
Windows 8.1
Chrome
ESNext
Current behavior:
https://gist.run/?id=c1974c523772771e0496bdc77ae2000a
The first
Clear
click renders the new array instance, but fills it with empty values.The second
Clear
click correctly renders a new empty array instance.Expected/desired behavior:
The first
Clear
click should render an empty array and remove all the previous input fields.It is like the bindings are updated after the views have been cleared, and therefore rerenders the array with empty values.
It correctly clears the array if
splice
is used, but it should also work for instance changing.The text was updated successfully, but these errors were encountered: