Hi experts,
I have a problem with the multiinput control. Since yesterday the application looks like that.
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.
any one can help me?
I am not able to fix it.
Thanks.
Please paste your code in the view and controller - related to the multi input.
Regards,
Sharath
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.