Results 7 comments of Rolf

It does display a high level error in the console: ![image](https://github.com/user-attachments/assets/4cda6014-3775-462f-afea-3329aa5fa6b4)

It seems that there should be a componentError event emitted. ![image](https://github.com/user-attachments/assets/7a8526b8-26e5-4675-a301-2436adceac5e) Is there a way this could be picked up to display an error? Preferably on the component itself but...

My impression is that it is mostly done and that the lack of error display in the UI might have been an oversight at the time of implementation. I dug...

Note that on the current sandbox (2024-05-14) reordering does not work at all - and only "default" version renders the form. https://formio.github.io/formio.js/app/sandbox

Does this form definition work for you? 1. Add some rows to the datagrid, 2. Edit some field in a row and use the buttons to show and reset-to-true the...

Or simpler an html file that renders form and data. Use hamburger to drag order and buttons to check and reset pristine state. ```html window.onload = function() { Formio.createForm(document.getElementById('formio'), {"display":"form","components":[{"label":"Data...

Hello Damien - thanks for your reply! I do not have the steps handy but do remember that the ca-cert needs to be available for Tomcat/Jetty somehow if we want...