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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,7 @@ export default App
93
93
***link**`function(name): string|false` it should return what should be in href attribute or false
94
94
***tag_limit**`number` (default -1) limit number of tags, when set to -1 there are no limits
95
95
***placeholder**`string` (default unset) If set in options or on the initial input, this placeholder value will be shown in the tag entry input
96
+
***filter**`function(name): string` it should return the tag name after applying any filters (eg String.toUpperCase()), empty string to filter out tag and prevent creation.
96
97
97
98
**NOTE:** if you're familiar with TypeScript you can check the API by looking at
0 commit comments