📄️ Address
The address component is a generic component that is useful in any instance where an address field is required and must be stored.
📄️ Autocomplete
Autocomplete is used when you need an input box instead of a selector. It is an input box with text hints, and users can type freely. The keyword is aiding input.
📄️ Date and Time Picker
By clicking the input box, you can select a date or time from a popup calendar.
📄️ Entity Picker
EntityPicker displays an entity instance in a text field and performs actions when the user clicks buttons on the right.
📄️ Entity Reference
Entity Reference component renders an entity reference (foreign key reference) as links that allows for different navigation/display options from there.
📄️ File / File List
This enables the uploading of one or more files. It also showcases the process of uploading by selecting or dragging a file.
📄️ Notes
The Notes component is used to capture and view details such as the order history or any other additional information associated with the details you want to preview on your form.
📄️ Reference List Status
The RefListStatus component is Reflist bound. It takes full advantage of additional reflist's properties, giving you simple implementation of your status tags.
📄️ Checkbox / Checkbox Group / Radio / Dropdown
Used for selecting multiple values from several options. If you use only one checkbox, it is the same as using Switch to toggle between two states. The difference is that Switch will trigger the state change directly, but Checkbox just marks the state as changed and this needs to be submitted.
📄️ Subform Component
A subform is a component used for displaying nested forms. It is a reusable section or module that contains a specific set of functionalities, fields, or elements. It allows you to encapsulate a group of related elements or controls within a form or a larger application, making it easier to manage and reuse across different parts of your project.
📄️ Text Area
This allows users to input multiple lines of text. It is commonly used when you need to collect longer-form textual information, such as user comments, messages, or any other type of free-form text. The Text Areacomponent provides a larger input area compared to a single-line Text Field component.
📄️ Text Field
This page provides information on using the Text Field component to gather and validate user input such as text, numbers, emails, and passwords.
📄️ Text
This refers to a UI element or module that is responsible for displaying text content on a webpage. Text components can vary in complexity and functionality, and they are a fundamental part of building user interfaces.
📄️ Wizard
The Wizard Component is designed to guide users through a series of steps or tasks, simplifying complex processes by breaking them down into smaller, manageable steps. Users can navigate forward and backward, with the flexibility to implementing custom actions at each step, and have the option to cancel through the steps of the wizard.