Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allowSpaces is not working in Chrome #393

Open
mbarmettler opened this issue Aug 24, 2017 · 1 comment
Open

allowSpaces is not working in Chrome #393

mbarmettler opened this issue Aug 24, 2017 · 1 comment

Comments

@mbarmettler
Copy link

Hi,

i'm using the current version of Tag-it in my ASP.net MVC project.

i have the following code:

        $(".tags").tagit({
            allowspaces: true,
            caseSensitive: false
        });

We want to be able to insert strings such as "Gian Luca" or "Giovanni Luca"
but - even if i set allowspaces to true, it creates a new Tag after presing space "Gian" and "Luca" - for each one tag.

is this a known issue? or am i doing something wrong?

thanks & best regards
Mike

@ghost
Copy link

ghost commented Oct 13, 2017

It is still working in Chrome.
You must write it in lower camelcase: allowSpaces: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant