Skip to content

Commit ece06eb

Browse files
committed
updated README to be more clear about requiring input templates
1 parent c5150ad commit ece06eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Or via a script
1515
```
1616
## Usage
1717
Take a look at the [docs](https://matt-sanders.gitbooks.io/vue-formly/content/v/2.0/) for extended information about using Formly and creating custom input types. But here is a quick example:
18+
*NOTE* that for Vue Formly to work correctly you must also include a set of input types. You can either create your own or check out [Vue Formly Bootstrap](https://github.com/formly-js/vue-formly-bootstrap) which has many already created for you.
1819
```html
1920
<div id="app">
2021
<form @submit="handleSubmission">

0 commit comments

Comments
 (0)