Function: RepeatItem()
RepeatItem(
props):Element
Main component to render a repeating, non-group Questionnaire item. Repeat answer instances (including empty ones) are tracked in local state, similar to RepeatGroup and GroupTable - only answers with values are emitted to the QuestionnaireResponse.
Parameters
| Parameter | Type |
|---|---|
props | RepeatItemProps |
Returns
Element