on 2025 Feb 20 2:25 PM
Hi Everyone,
I have a sap CAP Fiori Elements app, and in the object page I have a field that we would like to have a tool tip on it. My field in the Object Page looks originally like this, and it is a field with a unit of measure (using the annotation @Measures.Unit)
{
$Type: 'UI.DataField',
Value: sctcd,
}
this type does not support the annotation @Common.QuickInfo, I have found a work around for this using
{
$Type : 'UI.DataFieldForAnnotation',
Target: '@UI.DataPoint#fieldWithTooltip',
}
and
UI.DataPoint #fieldWithTooltip: {
Value : sctcd,
![@Common.QuickInfo]: 'tooltip text',
}
as described in https://github.com/SAP-samples/fiori-elements-feature-showcase?tab=readme-ov-file#adding-a-field-wit....
However, when using this work around, the unit of measure field stop working as expected because does not display the help option anymore.
Any options to achieve this using Fiori Elements?
Thanks,
Tatiana F.
Request clarification before answering.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.