Jack Lyons
Jack Lyons
**Describe the bug** When working with radio inputs that have true/false values the `false` value isn't coming through in the `v-model` data. However, the `true` value is coming through as...
The reason I ask is because I have a big form and it needs pre-filling. When using the `debounce` prop as recommended in the docs, the pre-filling on page load...
In the docs under the [Add to Vue](https://vueformulate.com/guide/installation/#add-to-vue) section the docs are as follows: _If you need custom configuration options, you can pass a second argument with an object of...
**Describe the bug** Debouncing does not appear to be working. This is especially evident when entering data into a field inside a repeater input group. I am using the `debounce`...
Hi there, Can you please show how this could be integrated with `redux-persist`? Thanks
#### What would you like to discuss? I'm wondering how I can convert a later schedule into cron format? For example: ``` const everyNthDays = later.parse.recur().every(12).dayOfMonth(); const dayOccurs = later.schedule(everyNthDays).next(5);...
When trying to install `vue-recaptcha@latest` in a Nuxt 3 project I am getting a conflicting peer dependency error. ``` npm ERR! Conflicting peer dependency: [email protected] npm ERR! node_modules/vue npm ERR!...
Hi there, I have this error coming up in a variety of ways when running `nuxt build`. The error varies based on different Contentful content data, but the error looks...
**Describe the bug** When you are swiping, or dragging a carousel on the last item in the collection, the carousel can be dragged beyond it's parameters causing excessive whitespace. This...
Is it possible to include HMR? If so, what are the steps to get it up and running. Thanks!