Corey Kosloski
Corey Kosloski
@alograg any update on this?
I tried this code and it doesn't seem to be working right. It is appending a comma after the selected value. Is that the intention? Also, add a demo and...
@rbecheras can you update your request?
@rbecheras any update on this?
So you select an item in editable-select and upon save you are expecting the `cardExpiration` directive watch to have done something?
Why can't you call an function in either`onBeforeSave` or `onAfterSave` that will display an error message based upon the value that update and the other input?
Documentation for `onbeforesave` and`onaftersave` are [here](http://vitalets.github.io/angular-xeditable/#onbeforesave). If you want to do something on change, just add `e-ng-change` and have it call a function.
Maybe the comments in #521 will help
Can you provide the xeditable-checkbox and xeditable-select code that is throwing this error?
Can you remove the filter from your editable-checklist and see if the error stops being thrown? Filters aren't supported. Please see #409