Opened 7 years ago
Closed 7 years ago
#15127 closed bug (notabug)
jQuery 3, NPM, Jquery UI
Reported by: | Alexander Demidov | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.autocomplete | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
A try to launch my simple code for use autocomplete in text field.
npm deps
"jquery": "^3.1.1", "jquery-ui": "^1.12.1",
No good look..
Javascript error: autocomplete is not a function
But if npm deps
"jquery": "^2.2.4", "jquery-ui": "1.10.5",
All its work
May be bug or i stupid?
Change History (2)
comment:1 Changed 7 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 7 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
1.10.5 and 1.12.1 are very different in npm (we did not own the old module). Please see the upgrade guide.