typed-react-form icon indicating copy to clipboard operation
typed-react-form copied to clipboard

A completely type-checked form builder for React

Results 1 typed-react-form issues
Sort by recently updated
recently updated
newest added

When using a `FormSelect`, its name field is type checked, but its options are not. ```tsx type FormData = { enum: "option1" | "option2" | "option3"; }; const form =...

enhancement