``` <Field name="phone"> {({ input: { disabled, ...rest } }) => ( <input disabled={disabled} type="text" {...rest} /> )} </Field> ``` Thoughts? I'm happy to lead a PR
Thoughts? I'm happy to lead a PR