Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.

Conversation

@ballerabdude
Copy link

$.tokeninput will now expect an object for the prefix method.

I added the functionality for a prefix method. Now a user can put a symbol before a word and that word will get auto filled. It works like this:

$("#baller-token-input").tokenInput({
                                     prefix : true,
                                        '@' : ['/person', {freetagging : false}],
                                         '#' : ['/tag', {freetagging : true}]
                                    });

$.tokeninput will now expect an object for the prefix method.
@loopj loopj force-pushed the master branch 2 times, most recently from fd2316b to 8a8390e Compare August 3, 2023 06:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant