You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
djapal
changed the title
Calendar triggers onChange event when mask property is set
Calendar triggers onChange event twice when mask property is set
May 10, 2021
Thanks a lot for the codesandbox link! But, I couldn't replicate it. What am I doing wrong? Both seem to be working the same. Could you please attach a video to show the problem? Thanks a lot!
sorry for the late reply. In this sandbox, open the console at the right and see the output. If you choose a date with mask property set, it logs twice the output. (console.log("111");)
If you remove the mask property, console.log("111"); is triggered only one time.
I noticed this senario when I added mask property as property of my Calendar component.
Please check here
The text was updated successfully, but these errors were encountered: