cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RAP: SmartFilterBar Filterfield Dropdown with Icons possible?

axel_brke3
Participant
0 Kudos
272

Hi everyone,

according to SAP Fiori Guidelines it is possible to display Dropdown Fields with Icons

axel_brke3_0-1723015636630.png

https://experience.sap.com/fiori-design-web/select-web-component/#basic-select-with-icons

Does anyone know if this is somehow possible with CDS Annotations? I tried to find a fitting annotation but didn't succeed.

This is currently our filter

@Consumption: {
    valueHelpDefinition: [ { entity: { name: '/LUNEH/FR_CI_DFLST_INV_STAT_VH', element: 'Status' } } ],
    filter: { multipleSelections: true, selectionType: #SINGLE, hidden: false }
    }
    @ui.fieldGroup: [{label: 'Status'}]
    @EndUserText.label: 'Status'  
    Status; 

 Any Input is much appreciated!

Accepted Solutions (0)

Answers (0)