Lookup
Last updated
Last updated
The Lookup is a UI component that allows a user to search for an item in a collection shown in a drop-down menu. This is useful when there are many options or items to select from and it may be hard for the user to find one particular item. This UI control allows the user to navigate to the item faster.
Properties that are common to most Blocks include visible, styling mode, placeholder, tooltip and show clear button;
See the Common Properties article for more details on common appearance properties.
Placeholder is the text that will be displayed before a value is selected. Show Clear Button will add a button to clear the selected item.
Title of the Lookup when it's open for selection.
The disabled property is common to most Blocks;
See the Common Properties article for more details on common behavior properties.
It will add a search bar where the user can search the items in the Lookup.
This option is used to select the default value and must match a value from the Data Source.
See the Common Properties article for more details on common value properties.
Data sources can be Static or Dynamic. Static values have to be entered manually while Dynamic will get the value from the provided Data Source.
The Data Source property is required for the Lookup Block.
If a dynamic data source is not used, you can enter key dates to display manually under the Data section.
This option allows you to connect the control to a specific data source such as a database to pull data dynamically. This will give you additional options to sort, filter, show, or skip certain records.
See the Common Properties article for more details on common data source properties.
This is only available if the Data Source is Dynamic. Here we have the option to set the values of the buttons as well as what text will be displayed.
See the Common Properties article for more details on common data properties.
The expression is a user-friendly name for what the user can see. For example, the text that is displayed to the user.
The Display Expression property is required for the Lookup Block.
This is the actual value stored in the background of the application in the code. For example, instead of true or false, it would be 0 or 1.
The Value Expression property is required for the Lookup Block.
This is only available if the Data Source is Dynamic. Here we have the option to set how the items in the Lookup will be grouped.
If grouping is enabled, the Group By Expression property is required for the Lookup Block.
Properties that are common to most Blocks include: Navigate To and Show Confirmation Dialog;
See the Common Properties article for more details on common action properties.