cancel
Showing results for 
Search instead for 
Did you mean: 

Multi input field in custom controller smartfilterbar

former_member803052
Discoverer
0 Kudos

Hi,

I have added a custom controller through an extension and added a multi input field in my fragment of the List element report. But the multi input field is showing up as a single field and it takes only single value and is not able to enter multiple values. It acts very much like the parameter field. Could some one help me how i can fix the issue and also guide me to add a F4 help for this field.

I read lot of blogs but still unable to get this resolved. Any help is appreciated.

Below is my custom fragment code -

<core:FragmentDefinition xmlns="sap.m" xmlns:smartfilterbar="sap.ui.comp.smartfilterbar" xmlns:core="sap.ui.core">

<smartfilterbar:ControlConfiguration key="pricerange" index="1" label="Custom Filter" groupId="_BASIC">

<smartfilterbar:customControl>

<MultiInput width="70%" id="SalesOrg" valueHelpRequest="handleValueHelp"

showValueHelp="false">

</MultiInput>

</smartfilterbar:customControl>

</smartfilterbar:ControlConfiguration>

</core:FragmentDefinition>

Accepted Solutions (0)

Answers (0)