Jumping between edit dialogs with the tab key.
If I have a row of all cells with small edit dialogs, is there any way that I can submit a currently open dialog and open the next one in the row by hitting the tab key?
+1
Also there doesn't seem to be a way to close the small edit dialog using tab (it works with the large one), since the key code event is not registered before the whole dialog loses focus (at least if you use the escToClose(element) function as basis for developing the tab button behavior).
EDIT: Never mind, it works if you use ng-blur in the template. However, I still cannot find any way to make tab activate the next edit dialog.
@dahamstor hello, what do you mean by using ng-blur in the template? I'm currently trying to figure out if it's possible to click outside to close but have it save the value in the input, currently it resets it back to blank. I've set clickOutsideToClose to false but watching a few people use it they soon get frustrated it won't close. Just wondering if there's a solution here that i'm not seeing...
+1, anyone got a solution for this?
Hi, any solution to this??
+1