I'm using the editor autocomplete plugin with inline editing. My source is just an array of objects with label and value properties. When I type to search for my item and then click on it in the dropdown, the value which gets passed to "preSubmit" and thus my server for saving is only what I typed into the textbox and not the selected value I chose.
So for example if I typed "9" and selected "1985" from the dropdown. My preSubmit data will show "9" for the value of that field instead of the correct "1985". Is this something that has been seen before? I'm not sure why this is happening.
Any help would be great.