Replies: 1 comment
-
Hey @prasannag! This is a general domain modeling issue that is not specific to TCA. I would probably create a dedicated scratchpad Another approach would be to create some "Resettable" higher-order feature in the same spirit as the simple An So, the first, ad hoc solution, seems the simplest to implement. If you encounter many domains with this characteristic, you may think about abstracting it into something more reusable. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In the
Todos
example, I'm trying to display the todo name in a modal. From the modal, I would like to either commit changes made or cancel the changes. Using the following code, any changes toTodo
inTodoEditView
is immediately applied to the parent with no opportunity to cancel. How would I model this behaviour?And here is the updated
Todo
Beta Was this translation helpful? Give feedback.
All reactions