Input Collection
Usage
An Input Collection is a set of components that are applied and managed as a group. Typically, each group describes an object record in the system (e.g. Asset, Liability, Bank Account, Employer, etc.). It is used when there is a need to enter more than one object record of a certain type. It is preferable to an editable data grid if the number of records is less than 5.
Alternatives
- DataGrid with editable rows - Use when there are more than 7 records and each record will fit on a row without the need for horizontal scrolling.
- DataGrid with Modal or Page - Use when a different amount of data will be shown to evaluate completeness than needs to be input.
Examples
- Asset
- Liability
- Bank Account
- Employer
Updated over 3 years ago