DataCardKey and DataCardValue and other Form Components
The form is made of data cards, and each data card has four components.
- StarVisible
- ErrorMessage
- DataCardKey
- DataCardValue
1. StarVisible and ErrorMessage a) StarVisible The StarVisible is visible when the filed is required.
b) ErrorMessage The ErrorMessage component represents the error property of the Data card.
2. DataCardKey and DataCardValue a) DataCardKey The DataCardKey is the display name of the column.
b) DataCardValue The DataCardValue is the control to input data depends on the column type.
To select all the DataCardKey and DataCardValue of the Form control, just select the Form control, and press Ctrl + Z.