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

When a question is set to `required: false` and also `multiple: false` it should be possible to de-select an answer. This change makes it possible to skip the question after...

**Describe the bug** When a question is set to `required: false` and also `multiple: false` it is not possible to _de-select_ an answer. That means it's not possible to skip...