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
Attachments (0)
Change History (1)
Changed September 24, 2014 08:04PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #10543.