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