Irving Armenta

Results 15 issues of Irving Armenta

Is there a way to trigger validation for all inputs on "Submit" ? something like `formState.validateFields()` or something. I don't want to use the `HTML5` api for form validation at...

Hello, I was just wondering if this is React Router v4 compatible? It seems to me that the demo is using v3 or v2. Thanks!

I think it would be nice to add comments to the typescript definitions, using the same documentation as is in this repository. I already did it on local but I...

PR welcome
typescript

Hello, is there a way to set up an offset just before the sticky element is going to hit bottom? I want an event to trigger before hitting bottom, like...

are there plans to add Typescript typings?

help wanted

Is there a workaround for handling locales? I get `404` when trying to get to the blog with a locale. `http://localhost:3000/blog/post-slug` will return the `post` correctly but `http://localhost:3000/es-MX/blog/post-slug` will return...

Is there a plan to include the typings for typescript?

Are there ts typings planned for this package?

I'm thinking in using this as my backend, but I need a way to generate documentation, swagger/open-api should be fine. I tried using `fastify-swagger` but It didn't work as expected,...

question

### Describe the bug Types incompatibility in vue 3. got this message when applying the example code in SFC - `Composition API`: ``` Interface 'ExtendedSetupContext' incorrectly extends interface 'SetupContext'. Types...