You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`inputAttrs`| Object | Object of attributes to apply to the new tag input element via `v-bind="inputAttrs"`. See below for details |
323
+
|`inputType`| String | <spanclass="badge badge-secondary">v2.3.0+</span> Type of input to render (normalized version of prop `input-type`) |
323
324
|`inputHandlers`| Object | Object of event handlers to apply to the new tag input element via `v-on="inputHandlers"`. See below for details |
324
325
|`removeTag`| Function | Method to remove a tag. Accepts one argument which is the tag value to remove |
325
326
|`addTag`| Function | Method to add a new tag. Assumes the tag is the value of the input, but optionally accepts one argument which is the tag value to be added |
0 commit comments