mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Autocomplete: Turned off collision detection.
Fixes #5114 - Autocomplete: Turn off collision detection for menu.
This commit is contained in:
parent
58a3a99e1e
commit
a4daa10f53
3
ui/jquery.ui.autocomplete.js
vendored
3
ui/jquery.ui.autocomplete.js
vendored
@ -243,7 +243,8 @@ $.widget( "ui.autocomplete", {
|
||||
.position({
|
||||
my: "left top",
|
||||
at: "left bottom",
|
||||
of: this.element
|
||||
of: this.element,
|
||||
collision: "none"
|
||||
})
|
||||
.data( "menu" );
|
||||
if ( ul.width() <= this.element.width() ) {
|
||||
|
Loading…
Reference in New Issue
Block a user