react-hook-form / resolvers

📋 Validation resolvers: Yup, Zod, Superstruct, Joi, Vest, Class Validator, io-ts, Nope, computed-types, typanion, Ajv, TypeBox, ArkType, Valibot, effect-ts and VineJS
https://react-hook-form.com/
MIT License
1.67k stars 151 forks source link

when type of input is radio,valueAsNumber dont work anymore #667

Closed AyaReiOwO closed 1 week ago

AyaReiOwO commented 3 months ago

微信图片_20240321202104

AyaReiOwO commented 3 months ago

now i know radio cant output number,but what should i do if i want

jorisre commented 1 week ago

You can convert batch_id from string to number in your submit function using parseInt