vitalets / angular-xeditable

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

Ui-select on select event #710

Closed ghost closed 6 years ago

ghost commented 6 years ago

Is there a way to use ui-select's on-select event name attribute whenever the user changes options?

Like:

<div editable-ui-select="field" data-e-form="myForm" data-e-ng-model="field" data-e-on-select="update($data)">
    (...)
</div>
ckosloski commented 6 years ago

Yes, adding e-on-select should work. If it's not working for you, can you provide a jsfiddle/plunkr showing your issue?

ghost commented 6 years ago

nvm, it works. thanks.