coldbox-modules / cbwire

CBWIRE is a ColdBox module that makes building reactive, modern apps easy using HTML-over-the-wire technologies and CFML.
https://cbwire.ortusbooks.com
Other
28 stars 5 forks source link

Component Actions that update data properties don't always update the DOM #102

Closed grantcopley closed 1 year ago

grantcopley commented 1 year ago

Whenever an action updates a data property value, it needs to be tracked and returned in the CBWIRE response under

{ "effects": { "dirty": [ "changedField" ] } }

It's currently not doing this and that's causing the DOM to not always update fields that are using wire:model