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

Error when focusing editor #140

Closed
max-zinn opened this issue Apr 5, 2018 · 1 comment
Closed

Error when focusing editor #140

max-zinn opened this issue Apr 5, 2018 · 1 comment

Comments

@max-zinn
Copy link

max-zinn commented Apr 5, 2018

When I click on my textarea for editing, I get the following error:

jquery-tag-editor-bug001

And here is my code:

<textarea name="tags" id="tags" data-placeholder="Enter tags..." data-available-tags="" class="tag-editor-hidden-src">
    tag1,tag2,tag3,tag4,tag5,tag6
</textarea>
$(function() {
	$('#li-page-tags textarea').tagEditor({
		delimiter: ',',
		sortable: false
	});
});

My usage so far seems to be really basic so I didn't expect any error. Am I missing something?

@max-zinn
Copy link
Author

max-zinn commented Apr 5, 2018

Found the solution by myself... "Read the docs, think about them, handle..."
I simply didn't import the jquery caret plugin.

@max-zinn max-zinn closed this as completed Apr 5, 2018
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