angular
angular copied to clipboard
[BUG] Formio datagrid not set isModified=true when you remove a row.
Environment
Angular 18 app. Formio angular 8.1.0
- Hosting type
- [ ] Form.io
- [x] Local deployment
- Version: formio angular 8.1.0
Steps to Reproduce
- Create a datagrid component
- Log the event onFormChange(event) function
- Try to remove a row and see the log.
Expected behavior
The field isModified of the event object becomes true (boolean)
Observed behavior
The field isModified of the event object remains false (boolean).
up.
@tommasogiannoni thanks for reporting this, we're getting a ticket created and prioritized for this so we can get it fixed.
We reviewed in planning and have put the ticket on the backlog. It's not high on the priority list, but if anyone would like to submit a PR to resolve this sooner we'd be happy to review it.