cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

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.

0 Likes
View Entire Topic
mdiez
Participant
0 Likes

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.