Skip to content

Commit f47e65d

Browse files
Update readme
1 parent 362011b commit f47e65d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ import BetterInputTag from 'better-vue-input-tag'
3535
| on-paste-delimiter | String | "" | During pasting, this delimiter is used to create multiple tags |
3636
| read-only | Boolean | false | Set input to readonly |
3737
| on-change | Function | undefined | Callback to get the tags when there is a change |
38-
| validate | String | "" | Apply certain validator for user input. Choose from `email`, `url`, `text`, `digits` or `isodate`
38+
| validate | String | "" | Apply certain validator for user input. Choose from `email`, `url`, `text`, `digits` or `isodate` |
39+
| length | Object | undefined | Set a minimum and/or maximum length for tags `{min: 1, max: 10}` |
3940

4041
**This project was built with [generator-vue-component](https://github.com/ianaya89/generator-vue-component) ❤️**
4142

0 commit comments

Comments
 (0)