Skip to content

Commit ccc45d7

Browse files
authored
Merge pull request #42 from 14nrv/dev
merge dev
2 parents 2a46f50 + 70fdd7b commit ccc45d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# vue-form-json
88

9-
[![Edit vue-form-json-demo](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/mxow346yj?autoresize=1&hidenavigation=1&module=%2Fsrc%2FApp.vue&view=preview)
9+
[![Edit vue-form-json-demo](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/vue-form-json-demo-t97l5?file=/src/main.js)
1010

1111
## Generate a responsive vue form with validation, from [an array](https://github.com/14nrv/vue-form-json/blob/master/src/components/Form/fields.json)
1212
All fields are required and input text by default.
@@ -28,7 +28,7 @@ Once submitted, an event 'formSubmitted' is emitted on $root with the formName a
2828
```js
2929
const formFields = [{ label: 'the label', rules: { is_not: 'label' } }]
3030
```
31-
- [x] Cross field validation
31+
- [x] Cross field validation (see password confirmation example in the CodeSandbox link)
3232
- [x] Custom attr (class, data-*, ...) on .field & real fields (input, textarea...)
3333
```js
3434
const formFields = [{

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-form-json",
3-
"version": "3.1.0",
3+
"version": "0.0.0-development",
44
"description": "Generate a vue form with validation from an array",
55
"author": "14nrv",
66
"license": "MIT",

0 commit comments

Comments
 (0)