knockout-jqAutocomplete icon indicating copy to clipboard operation
knockout-jqAutocomplete copied to clipboard

Jquery ui version in package.json different than bower

Open fzxt opened this issue 5 years ago • 1 comments

jquery-ui/autocomplete should be imported as jquery-ui/widgets/autocomplete

Source: https://jqueryui.com/upgrade-guide/1.12/#official-package-on-npm

fzxt avatar Apr 10 '19 22:04 fzxt

This was a lie. I had to fork the lib, and fix the import. I wonder if we could just consolidate the versions of jquery-ui we use? In package.json, we have declared version 1.12.x. But in bower, it's 1.10.x. Which makes sense as for why the require statement is the way it is.

fzxt avatar Apr 10 '19 22:04 fzxt