Opened 8 years ago
Closed 8 years ago
#10621 closed bug (duplicate)
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
Note: See
TracTickets for help on using
tickets.
Duplicate of #10543.