Romain Hamel

Results 30 comments of Romain Hamel

I can work on adding tests for the Form component if needed.

This seems a bit tricky to integrate reliably and meet everyone's needs, but I think you should be able to achieve this by extending the Form component and providing your...

> I've tried to debug a bit and I think it's related to the fact that the SelectMenu uses Input and that input is firing a change event because it...

@theunsa I just submitted a fix for it. In the meantime you can do something like this after using `useFormField` to block the injection to the nested UInput component: ```ts...

I found a workaround by running this command on the playground app: `pnpm nuxt-component-meta playground --outputDir ../.component-meta/`

Hello! It looks like you're trying to use the function before the component is mounted: ```ts form.value?.setErrors(/* ... */); // This will be undefined since the component is not mounted...

Can you send me a reproduction using Stackblitz so I can have a look? I can't reproduce the issue from the documentation's example

Is this on `v2`? Can you send me a reproduction using stackblitz or codesandbox? I can check it out

I can't find a way to reproduce it from the original example: https://stackblitz.com/edit/nuxt-ui-vcf3cr5i?file=app.vue

Thanks for the suggestion @danielroe! This should work perfectly for my use-case, but I'm thinking it might be a bit specific. The current implementation is a bit more flexible and...