Re: Related model getting autocomplete="off"

2011-07-05 Thread candlerb
Sorry, please ignore this question. All rows get autocomplete="off", and it doesn't make adifference. The problem than autocomplete() doesn't work like live(): if you call autocomplete() and then later add a new field to the DOM, that new field doesn't get autocomplete enabled. -- You received

Related model getting autocomplete="off"

2011-07-05 Thread candlerb
I have an Admin view on a model which has related (child) models. I have extra=1. It displays like this: [Child1] [Child2] [ ] + Add another Foo I have jQuery autocomplete attached to those model fields. All is fine, except: when I click on 'Add another Foo', the dynamically added field has