Angular material date picker change event firing twice when manually type date, when select date from calender it works fine.
Please suggest workaround when manually type date stop multiple event call.
Loading
Angular material date picker change event firing twice when manually type date, when select date from calender it works fine.
Please suggest workaround when manually type date stop multiple event call.
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.
Sachin SinghPosted Jul 21, 2021, 9:20 AM
Arvind KushwahaPosted Jul 21, 2021, 6:15 AM
$("#txtStartDate").unbind('change').change(function () { // your code });