canjs / can-connect

Model layer utilities for every JavaScript framework! Assemble real-time, high performance, restful data connections.
https://canjs.com/doc/can-connect.html
MIT License
29 stars 16 forks source link

bug with can-stache? #442

Closed justinbmeyer closed 5 years ago

justinbmeyer commented 5 years ago

I'm not sure if this is related to https://github.com/canjs/can-connect/issues/441

But there is a bug when creating a new Todo here: https://codepen.io/justinbmeyer/pen/ReeLaq?editors=0010

After creating a todo Create Todo should be disabled again ... it does not ... I'm not sure why.

This seems to work: https://codepen.io/justinbmeyer/pen/yRRzLe?editors=0010

So it doesn't seem like it's a bug in can-connect.

It seems like the saving state is connected to the previously created todo.

justinbmeyer commented 5 years ago

Issue moved to canjs/can-stache #616 via ZenHub