Autocomplete Bug when using clone w/cloneDataAndEvents
Hi,
I run into this bug when trying to create an accordion-like table with autocomplete input for editing.
Seems like cloning the original input field with the parameter "cloneDataAndEvents" set to true, will still take the input value from the original, instead of the clone's value.
You can work it around by cloning it without copying the events, but, suppose you don't want to clone the input, but rather a container that owns the input and other event-bound children.
In that case, you would have to rebind all the events for all other children, duplicating quite a bunch of code.
Have you found a solution for this?
Thanks,
Nicolas