Cyprian Mwangi
Cyprian Mwangi
Exposing fieldComponents was broken because we were exporting named exports in the `fieldsLoader.js` while we were importing as though it was exported as a default export. * **Please check if...
This is not a bug, or an issue. This is just a ticket to hopefully start a conversation on progressing with development of v3. First, some backstory: I have a...
I wrapped the form element, along with its hint and error messages with a div.field-content. This provides separation of the label of the element from the actual input element, which...
* **Please check if the PR fulfills these requirements** - [x] The commit message follows our guidelines - [x] Tests for the changes have been added (for bug fixes /...
I would like to be able to control the visibility of the group. This has already been implemented in a pending PR in master https://github.com/vue-generators/vue-form-generator/pull/606 Added it to v3. *...
According to the documentation, most features were turned off by default to reduce the package size. In order to use your desired feature, you needed to opt in to it....
* **Please check if the PR fulfills these requirements** - [x] The commit message follows our guidelines - [ ] Tests for the changes have been added (for bug fixes...