Skip to content

options.autocompleteOptions undefined throw error #49

@DaFrik

Description

@DaFrik

Hi,

First thanks for the wonderful plugin. I notice a bug when there is no autocompleteUrl being given during initialization.

I suggest changing line 256 of jquery.tagedit.js

from

if(options.autocompleteOptions.source != false) {

to

if(!!options.autocompleteOptions.source) {

Once again, thanks for the good work

Cheers,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions