Skip to main content

Search and Top Navigation

#10621 closed bug (duplicate)

Opened September 24, 2014 07:50PM UTC

Closed September 24, 2014 08:04PM UTC

autocomplete: cut items in dialog

Reported by: grea Owned by:
Priority: minor Milestone: none
Component: ui.autocomplete Version: 1.11.1
Keywords: Cc:
Blocked by: Blocking:
Description
$( "#dialog" ).dialog({modal:false});
$( "#autocomplete" ).autocomplete({
  source: [ "text 1", "text 2", "text 3", "text 4", "text 5", "text 6"]
});

Input "text". You can view just first items

http://jsbin.com/igeqam/88/edit

Attachments (0)
Change History (1)

Changed September 24, 2014 08:04PM UTC by tj.vantoll comment:1

resolution: → duplicate
status: newclosed

Duplicate of #10543.