I am looking for a textbox event in AngularJS, Event should be fire when user stop typing in textbox.
Thanks
I am looking for a textbox event in AngularJS, Event should be fire when user stop typing in textbox.
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Laxmidhar SahooPosted Jan 20, 2023, 2:06 PM
From my thinking you need to get event when yser press enter key. user after enering data when press enter key it seems stoped from my point of view. In this case fire keyup event and check enter key
Pasang TamangPosted Jan 20, 2023, 11:56 AM
Hi,
I would suggest to fire an event when you move from one textbox to different or when textbox lost focus. You can use ng-blur. Check this codepen example https://codepen.io/nagasai/pen/xmgmOr?editors=1111.
Regards,
Pasang