<InputTag
:min-length="minLength"
:max-length="maxLength"
:max-quantity-tags="maxQuantityTags"
:show-notyfication="showNotyfication"
:placeholder="placeholder"/>
Properties | Type | Default | Required |
---|---|---|---|
min-length |
Number | 1 | false |
max-length |
Number | 50 | false |
max-quantity-tags |
Number | 15 | false |
show-notyfication |
Boolean | true | false |
placeholder |
String | Add tag | false |
npm install
npm run serve
npm run build
npm run lint