Hello,
currently I am trying to implement an value help in an SAPUI5 application.
For that I used the sample coding of SAPUI5 Explored:
Link:
Unfortunately the value help doesnt work.
The value help icon is displayed, but there is no pop up appearing like in the sample coding of SAPUI5 Explored.
If I check the development console of googlechrome, I get the following Error Message:
Image may be NSFW.
Clik here to view.
The view.xml contains following coding to implement the value help field:
<Label text="{i18n>offering}" /> | ||||
<m:MultiInput id="offering" valueHelpRequest="onValueHelpRequest"> | ||||
</m:MultiInput> |
The coding of the controller.js you'll find attached.
Does anybody know how can i fix this issue?
Thanks for your help!
Best regards,
Sebastian.