Hello, Bill,
Thank you for the additional details.
I assume that the issue occurs as we pass all props from the Final Form to our components, as the onFocus event that we expect is a different type:
return <LabelElement className="k-form-field">
<span>{label}</span>
<Type
{...input} // here there is an onFocus event
{...rest}
/>
Still, I tested this locally with TypeScript and it seems to work, is it possible to share the TS version used in the application?
Regards,
Stefan
Progress Telerik
Progress is here for your business, like always.
Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.