<Form
render={() => {
return (
<FormChipField
icon="extension"
name="fieldName"
label="Field Label"
value={['Chip A', 'Chip B', 'Chip C']}
/>
)
}}