teslamotors / informed

A lightweight framework and utility for building powerful forms in React applications
https://teslamotors.github.io/informed
MIT License
956 stars 173 forks source link

onSubmit type definition #411

Closed wahlstedt closed 2 years ago

wahlstedt commented 2 years ago

https://github.com/teslamotors/informed/blob/0ea7dbcb1d1e8ef9ceffe24324ebd5f970fba49d/index.d.ts#L130

Shouldn't onSubmit have the same type as most of the others: (formState: FormState) => void;

The docs says it includes the formState too.

joepuzzo commented 2 years ago

Yes I will fix this!

joepuzzo commented 2 years ago

Fixed in latest 4.19.3