Ticket #5153 (new enhancement)
Autocomplete position option
| Reported by: | gwk | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.8 |
| Component: | ui.autocomplete | Version: | 1.8rc1 |
| Keywords: | Cc: |
Description
Attactched is patch to the autocomplete component which allows the user to specify custom positioning for the autocomplete menu. In our usecase the input field is in the top right of the page so creating the ui control as follows makes it work correctly.
$("input.ac").autocomplete({
source: "/autocomplete.json",
position: {
my: "right top",
at: "right bottom"
}
});
Attachments
Change History
Note: See
TracTickets for help on using
tickets.