angular icon indicating copy to clipboard operation
angular copied to clipboard

[BUG] change event giving isModified:false on any changes in signature component.

Open SwamiVivekanandBG opened this issue 2 months ago • 1 comments

  • Formio.js version: "~4.14.13"
  • "@formio/angular": "~5.5.0-rc.10",
  • Browser: ALL

Steps to Reproduce

In the signature component, when drawing on the signature pad or refreshing it, the (change) event emitter from <formio (change)="onDataChange($event)"> is consistently emitting "isModified: false". However, since the data is being modified, the expected behavior is for it to emit "isModified: true"

SwamiVivekanandBG avatar Nov 06 '25 10:11 SwamiVivekanandBG