Skip to content
#

Open Source

open-source logo%

Open source is a term denoting that a product includes permission to use its source code, design documents, or content. It most commonly refers to the open source model, in which open source software or other products are released under an open source license as part of the open source-software movement. Use of the term originated with software, but has expanded beyond the software sector to cover other open content and forms of open collaboration.

Here's what we found matching this topic...

jdlrobson
jdlrobson commented Oct 11, 2019

The version of jquery.autocomplete we use is outdated, and is available in jQuery UI. It is blocking us upgrading jQuery.

jQuery autocomplete is imported inside index.js

import '../../../../vendor/js/jquery-autocomplete/jquery.autocomplete-modified.js';

We also include jQuery UI which has autocomplete functionality using:

$.ui.autocomplete
  • Drop jQuery autocomplet
You can’t perform that action at this time.