Skip to content
This repository has been archived by the owner on Aug 15, 2019. It is now read-only.

[Bug] onChange callback is called twice for every tag removed #355

Open
TangentFoxy opened this issue Nov 18, 2017 · 1 comment
Open

[Bug] onChange callback is called twice for every tag removed #355

TangentFoxy opened this issue Nov 18, 2017 · 1 comment

Comments

@TangentFoxy
Copy link

Pretty self-explanatory.

Perhaps has something to do with non-standard options?

      $("#tags").tagsInput({
        height: '1.75em',
        width: 'auto',
        defaultText: "add tags",
        unique: false,
        onChange: tagsChanged
      });
@TangentFoxy
Copy link
Author

tagsChanged is of course, a function.

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

No branches or pull requests

1 participant