I\'m using Angular Xeditable api.I need to change the text field\'s value according to the value of the drop down.But it\'s not working.Could you tell me why ? Thanks.
<
I try with your old source code and it's works for me:
if (selected.length) { user.name = selected[0].text; }
May be i miss understand your problem.
http://jsfiddle.net/NfPcH/14573/