cancel
Showing results for 
Search instead for 
Did you mean: 

Hide "Hide Advanced Search" in SAPUI5 smart filter bar's value help

tezk
Participant
0 Kudos

Hi,

I have a sapui5 smart filter bar with value help. I am handling those value helps using XML annotations. When I open the value help, it should show "Show Advanced Search" by default in value help dialog instead of "Hide Advanced Search".

Along with that I want to hide basic search field and want to show few fields. How can I achieve this scenario using XML annotations or from backend oData. SAPUI5 version is 1.76. Please provide your suggestions.

View Entire Topic
radoslaw_kiela2
Participant
0 Kudos

Hi,

Check if the VH CDS has this annotation and remove it if necessary...:
@Search.searchable

tezk
Participant
0 Kudos

Hi, We are using XML annotations only. Not sure whether there is a property to "Show/Hide Advanced Search".