People lookup

The People Lookup input field is a powerful tool for searching and selecting app users, making it easy to add team members, assign tasks, and collaborate. It simplifies searching for and selecting specific users by leveraging the app's existing user database.

Title

Enter a clear and concise title for the input field. The title should be clear and concise enough so the users can understand the purpose for choosing a person or people.

Allows Multiple Selection

Enable this option to allow users to select multiple individuals from the available options. This is especially useful when there's a need to associate multiple users with a specific record or data entry.

Allow Mentioning Outsider

Enable this option to allow users to mention or include individuals not registered app users. Your users can add people who may not have an existing profile within the app, extending the flexibility and inclusiveness of the People component.

Validation

"Required" and "Validation by Formula" checkboxes validate input.

When "Required" is enabled, the input field must be filled by users before they can submit the form.

"Validation by Formula" allows you to write your data validation rules with Typescript. Read how Typescript is implemented in Starion here.

pageOverview

Hidden

Hide the input field if in case it is needed.

This can be useful if you only want to show the field to certain users, if you want to hide it until a specific point in the form, or when you want to use the component to collect the data in the background without displaying it to the user.

Tag

Name the component for use with the Typescript.

currentPage.components.componentTag

Last updated