minLength number, The minimum length of the value to accept for this input. <input {...register("test", { minLength: 1 })} />.
確定! 回上一頁