CBWIRE is a ColdBox module that makes building reactive, modern apps easy using HTML-over-the-wire technologies and CFML.
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
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