I'm attempting (so far unsuccessfully) to create an input field in my plugin that has autocomplete functionality.
Looking at the available options I discarded using jquery.UI since the autocomplete functionality was introduced in version 1.8 and looks like Fogbugz is using version 1.7 of this. I couldn't get both of them working at the same time.
Alternatively I tried to find an autocomplete library which would work with the version of jquery that Fogbugz is using (1.3.2). I found one here and tried modifying this example plugin to replace the dropdown with an autocomplete textbox, however I'm not yet able to get it working. It's hard to troubleshoot since there are no errors on the javascript console. I'm afraid the problem might be related to overlapping namespaces but I haven't yet figured it out.
Is there an example available of such a thing working in a plugin?
Any suggestions on what autocomplete plugins would be compatible with Fogbugz?