Hi Isomorphic,
please see this modified sample (v11.1p_2018-11-24, not happening in v12.0p_2018-11-24 and SNAPSHOT_v12.1d_2018-11-24):
As you can see, the design changes on cell enter. As we are switching to 12.0 soon and is working there, this does not matter that much to me, more of a FYI.
Best regards
Blama
please see this modified sample (v11.1p_2018-11-24, not happening in v12.0p_2018-11-24 and SNAPSHOT_v12.1d_2018-11-24):
Code:
isc.DynamicForm.create({ dataSource:"validationDMI_orderForm", fields: [ { type:"header", defaultValue:"Add an item to your Order" }, { name:"itemId", title:"Item", editorType:"ComboBoxItem", optionDataSource:"StockItem", valueField:"id", displayField:"description", showFocusedErrorState: true}, { name:"quantity", validateOnExit:true, showFocusedErrorState: true}, { name:"instructions", editorType:"TextAreaItem" }, { type:"submit", title:"Submit Order" } ] });
As you can see, the design changes on cell enter. As we are switching to 12.0 soon and is working there, this does not matter that much to me, more of a FYI.
Best regards
Blama