Data view on page created using Form->Form Edit/Form View are non editable

0
Data view on page created using Form->Form Edit/Form View are becoming non editable. I want to have input fields on the page, Am I using wrong widget? I tried with both Form Edit and Form View   Fields are becoming non editable when I add validation rule as 'Required' for corresponding attributes of the entity used in Data view. Also I see below exception in Modeler console.  Error     at new t (http://localhost:8080/mxclientsystem/mxui/mxui.js?636632858525920005:46:130039)     at http://localhost:8080/mxclientsystem/mxui/mxui.js?636632858525920005:46:49534     at http://localhost:8080/mxclientsystem/mxui/mxui.js?636632858525920005:20:1623     at Object.next (http://localhost:8080/mxclientsystem/mxui/mxui.js?636632858525920005:20:1728)     at a (http://localhost:8080/mxclientsystem/mxui/mxui.js?636632858525920005:20:530)   I want the validation to be triggered only after I click on Save button.
asked
1 answers
0

Seems a bug to me, create a demo project, file a support ticket. In the meantime...

Replace the save button with a call microflow, the microflow contains validation, save object and close page. The microflow validation has more options than the form validation.

answered