Stijn Rogiest

Results 1 issues of Stijn Rogiest

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