Not covered: sap.fe.macros.FormElement
juergenbosch opened this issue · 2 comments
juergenbosch commented
If is use the sap.fe.macros.FormElement as in the example:
https://ui5.sap.com/test-resources/sap/fe/core/fpmExplorer/index.html#/buildingBlocks/formElement/formElementLabel
The following errors are in the VSCode Problems View:
The "FormElement" class is under the "formElements" aggregation and must match the "FormElement" type.
petermuessig commented
@tobiasqueck can you check this issue here? It is related to the sap.fe.macros.form.FormElement
. In the usage example above the FormElement
is used from the sap.fe.macros
namespace rather than sap.fe.macros.form
and from inheritance it doesn't match the sap.ui.layout.form.FormElement
which is expected. This is the same issue as we discussed in another place...