Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    11.1p only FormItem showFocusedErrorState: true issues

    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):

    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" }
        ]
    });
    Click image for larger version

Name:	showFocusedErrorState issues.gif
Views:	46
Size:	107.6 KB
ID:	255956

    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
Working...
X