change tab index on ng-keydown

8 views
Skip to first unread message

Aman Gandhi

unread,
Jun 17, 2017, 4:46:23 AM6/17/17
to Angular and AngularJS discussion
how can one change tab index on ng-key down 
 
i have a text box in grid in angular on which i am calling a function on ng-keydown.
 
in that function i am validating "Insert Key" and performing some action. 
 
i want to change tab index to next row after execution of that function. or you can say i want to change tab index on insert key after execution of that function.
 
 
 

Sander Elias

unread,
Jun 18, 2017, 10:35:48 PM6/18/17
to Angular and AngularJS discussion
Hi Aman,

Are you asking how you can set input focus to a certain point? In AngularJS that is done by calling the `.focus()` method on the input you want.

Regards
Sander
Reply all
Reply to author
Forward
0 new messages