Autocomplete won't close on select when nested in dialog
I posted on this, with lots of details, at
stack overflow, but never could get a resolution, and I need some help. I'm trying to use several autocomplete text boxes in a dialog form created via django, with the html loaded via an ajax .load. The autocomplete data loads just fine, the search works fine, and the select works fine, except that I can never get the autocomplete to close once it's opened. I really need to be able to use autocomplete, but this is obviously a deal breaking issue. I get no errors at all in the console. I'd been using a custom version of jqueryui 1.9.1, and just tried the base 1.10, with no effect. Please help me resolve this! Thanks.