cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 error Multiinput

mdiez
Participant
0 Kudos

Hi experts,

I have a problem with the multiinput control. Since yesterday the application looks like that.

multiinput.png

Normally the button you pressed appears to the right side of the field. Now it is on the left I do not know why.

Also, this button displays a list as a filter that I can no longer access.Any one has an idea what is wrong?

Thanks in advanced,Regards.

Accepted Solutions (0)

Answers (3)

Answers (3)

mdiez
Participant
0 Kudos

This error happens when I display the application on SuccessFactors. First It seems it's ok but when the load finished the multiinput change.

This is the code of the view:

    <MultiInput id="MCpais" showSuggestion="true" showValueHelp="true" type="Text"
                                enableMultiLineMode="false" width="500px" change="checkChange"
                                valueHelpRequest="handleValueHelp" suggestionItems="{FiltroPaisTableModel>/}">
                        <suggestionItems>
                            <core:Item key="{FiltroPaisTableModel>id}" text="{FiltroPaisTableModel>desc}"/>
                        </suggestionItems>
                        <customData>
                            <core:CustomData key="Title" value="{i18n>paisfilter}"/>
                        </customData>
                    </MultiInput>

Thanks for your answer.

Sharathmg
Active Contributor
0 Kudos

Please paste your code in the view and controller - related to the multi input.

Regards,

Sharath

mdiez
Participant
0 Kudos

any one can help me?

I am not able to fix it.

Thanks.