Skip to content

Commit

Permalink
docs(readme): fix example about fields on multiple columns
Browse files Browse the repository at this point in the history
  • Loading branch information
14nrv committed Feb 12, 2019
1 parent 91e31bd commit d0bb97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Once submitted, an event 'formSubmitted' is emitted on $root with the formName a
- [x] Responsive
- [x] Fields on multiples columns
```js
const formFields = [ [{ label: 'label one' }], [{ label: 'label two' }] ]
const formFields = [ [{ label: 'label one' }, { label: 'label two' }] ]
```
- [x] Pre filled values
```js
Expand Down

0 comments on commit d0bb97f

Please sign in to comment.