vue-flow-form icon indicating copy to clipboard operation
vue-flow-form copied to clipboard

Create conversational conditional-logic forms with Vue.js.

Results 12 vue-flow-form issues
Sort by recently updated
recently updated
newest added

This may be feature request, at this point I just want to know whether it's possible. What I'm trying to do is create a way to skip to the submit...

**Is your feature request related to a problem? Please describe.** Sometimes a question requires more than one input to be answered. For example, I am writing a tax calculator and...

**Describe the solution you'd like** I would like to have an option to send an ajax callback to the server with the answer to a question to get the next...

I like this program...Thanks....very much. I'm here to ask for a feature that people seem to like. The most frequently used question type is "multipleChoice". If you create a 'maxchoicenum'...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

This is actually an issue in vue-the-mask: https://github.com/vuejs-tips/vue-the-mask/pull/64 Either fork vue-the-mask, find a suitable replacement (or even fork), or roll our own solution.

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

**Describe the bug** ERROR Cannot read properties of undefined (reading 'shouldFocus') TypeError: Cannot read properties of undefined (reading 'shouldFocus') at Proxy.onKeyUpListener (webpack-internal:///./node_modules/@ditdot-dev/vue-flow-form/dist/vue-flow-form.common.js:2742:32) **To Reproduce** When we're at the submit page,...

**Is your feature request related to a problem? Please describe.** Some multiple choice questions would require to have a limit on the max options a user can choose. **Describe the...