This repository contains the material for the UI5Con Workshop Metadata-driven Value Help for JSON Models.
In this session, you will learn about developing a value help scenario with the new sap.ui.mdc library for a simple JSON model. We start with an input field and a form which displays the properties of an SAP building if the ID of the building has been entered into the input field.
- Exercise 1 - Clone the start Project
- Exercise 2 - Add a TypeAhead ValueHelp to the Input Field
- Exercise 3 - Create a ValueHelp Dialog with Table
- Exercise 4 - Add a FilterField to the ValueHelp Dialog
- Exercise 5 - Define filter fields which depend on each other - In Parameters
- Exercise 6 - Further enhance the value help
- Exercise 7 - Define filter fields which depend on each other - Out Parameters
- Exercise 8 - Implementing custom content for the value help dialog