I found an error when creating a new instance with options:
$('#tagging').tagging({"tags-input-name": "foo"});
The value are available in the self.options Object - but they are overwritten by self.getDataOptions() with the default value.
To avoid this error i removed self.getDataOptions() call
I found an error when creating a new instance with options:
$('#tagging').tagging({"tags-input-name": "foo"});
The value are available in theself.options
Object - but they are overwritten byself.getDataOptions()
with the default value. To avoid this error i removedself.getDataOptions()
call