Steven Verbiest

Results 7 comments of Steven Verbiest

Is there any way to collect the errors onSubmit? I'm also submitting multiple tabs via ref.onSubmit, but I need to invoke a callback after submission of all forms, but the...

@epicfaace I'm calling `onSubmit` programmatically, which triggers the validation, but there is no way of collecting any errors after submit on runtime. It seems the errors are set asynchronously? @jduncanRadBlue...

I'm having the same 'issue'. Would be practical and consistent if this would be implemented!

The example of @Eomm authenticates a url endpoint in fastify. Is there a way to authenticate a resolver? Like in [type-graphql](https://github.com/MichalLytek/type-graphql/blob/master/docs/middlewares.md#how-to-use).

The issue still persists in the latest version (`11.0.6`). I'm using these options ``` { slidesPerView: 'auto', loop: true, slideToClickedSlide: true, } ``` When I remove one of these options,...

Ah, I didn't find the issue you linked when trying to find a solution for this. I'm indeed working around this by adding an explicit `string` type to the prop...

Bump. I also need this. Any news?