Opened 12 years ago
Closed 12 years ago
#6696 closed bug (notabug)
Example with categories is wrong
Reported by: | Narfix | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.autocomplete | Version: | 1.8.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The line in categories.html that add the category should be :
ul.append( "<li class='ui-menu-item ui-autocomplete-category'>" + item.category + "</li>" );
otherwise the <li> of the category is just wrong.
Not a really a bug but since I took the example for perfect, it gave me some headache until I saw that
Note: See
TracTickets for help on using
tickets.
No, the category is not a menu item; you can't choose the category.