ng-inline-edit
ng-inline-edit copied to clipboard
Update model on tab out
inline-edit plugin has two ways to update its model. Either hit 'Enter' or 'click outside the box' and it accepts the value. However, on tab out it should be able to pick the value as well. How can it be achieved? onblur?
Apparently it is a bug, we should have an blur/focus-out event handler on the input field. I'm not sure if I would have time for that, so feel free to create a PR with some tests if it is something important for you.
I fixed it in my local build. Ok, let me create a PR with some tests then.
Any updates on this?