knockout-jqAutocomplete
knockout-jqAutocomplete copied to clipboard
Jquery ui version in package.json different than bower
jquery-ui/autocomplete
should be imported as jquery-ui/widgets/autocomplete
Source: https://jqueryui.com/upgrade-guide/1.12/#official-package-on-npm
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.