vitalets / angular-xeditable

Edit in place for AngularJS
http://vitalets.github.io/angular-xeditable
MIT License
1.91k stars 403 forks source link

[Question] editable-ui-select multiple? #555

Closed borm closed 8 years ago

borm commented 8 years ago

Subj

ckosloski commented 8 years ago

Just add e-multiple to your editable-ui-select tag

borm commented 8 years ago

Oh, thanks http://jsfiddle.net/NfPcH/17021/

Snippo commented 7 years ago

Thanks for the example. I have spend some time trying to get a (key, value) object working in editable-ui-select. The last problem was making it work with e-multiple, as $select didn't work. Seems I should use $item :). Here is an example for anyone with the same problem: http://jsfiddle.net/96nz5gy7/

UsamaKhalil-KSO commented 7 years ago

The fiddle is no more working and also the code does not works with latest * Version: 0.19.5

ckosloski commented 7 years ago

See #647