<Form
render={() => {
return (
<FormIntegerField
icon="extension"
name="fieldName"
label="Field Label"
/>
)
}}