Hi,
I have a dialog wich contains a SmartField and a normal Input field, both with Property bindings to two different properties. I create a context with sap.ui.model.odata.v2.ODataModel.createEntry and do a setContextBinding to the dialog.
The Input field behaves normally, but the SmartField isn't even displayed.
With a "normal" context everything works fine.
Is the combination of sap.ui.model.odata.v2.ODataModel.createEntry and sap.ui.comp.smartfield.SmartField supposed to work?
Thanks,
Wolfgang