We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eca24f commit ab7151eCopy full SHA for ab7151e
README.md
@@ -104,7 +104,7 @@ $('.tagsinput#tags').tagsInput({
104
height: '100px', // standard option is 'auto'
105
autocomplete: { option: value, option: value},
106
hide: true,
107
- delimiter: [',',';'], // or a string with a single delimiter. Ex: ';'
+ delimiter: [',',';'], // or a string with a single delimiter
108
unique: true,
109
removeWithBackspace: true,
110
onAddTag: callback_function,
@@ -123,4 +123,4 @@ $('.tagsinput#tags').tagsInput({
123
124
The MIT License (MIT)
125
126
-Copyright (c) 2015 Krzysztof Rusnarczyk
+Copyright (c) 2017 Krzysztof Rusnarczyk
0 commit comments