vitalets / angular-xeditable

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

customizing editable-ui-select #572

Closed metialb closed 7 years ago

metialb commented 7 years ago

I would like to use "buttons='no'" on a editableUiSelect and basically have the same visual result/effect as in https://vitalets.github.io/angular-xeditable/#select-nobuttons (opening the ui-select field when clicking on the anchor, and submitting/changing the value when moving the focus away)

What is the right syntax to use to have the same behavior?! So that there is no need for edit/save buttons at all?!

ckosloski commented 7 years ago

I think you can use no buttons, but you have to hit enter after your selection in order for the model to be updated.