ng-inline-edit icon indicating copy to clipboard operation
ng-inline-edit copied to clipboard

Update model on tab out

Open geraldchecka opened this issue 8 years ago • 3 comments

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?

geraldchecka avatar Aug 30 '16 03:08 geraldchecka

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.

tameraydin avatar Sep 01 '16 17:09 tameraydin

I fixed it in my local build. Ok, let me create a PR with some tests then.

geraldchecka avatar Sep 18 '16 02:09 geraldchecka

Any updates on this?

aakashpolra avatar Sep 12 '17 06:09 aakashpolra