Prevent redraw #2371
Closed
ideiasfrescas
started this conversation in
General
Prevent redraw
#2371
Replies: 2 comments 1 reply
-
there is code that prevents a change trigger if you select the same date twice in a row, however if you pick 4/29 -> 4/28 -> 4/29 it should trigger again. Can you produce an example of your issue? Is this v4? If v4 you can use this stackblitz as base. |
Beta Was this translation helpful? Give feedback.
1 reply
-
unsubscribe
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have a function, which triggers both on 'update' ( when I switch to other month ) and on 'change' ( when I select a date ) in an inline calendar. This function changes the inner dom of the calendar in order to put more content in each day's cell ( @Eonasdan this could be a nice feature for v6 ),
When I select one day, and click on that one day again, the calendar redraws but does not trigger events. Is there anyway to prevent this behaviour? at least retrigger onchange again. I'm currently solving by adding another click event via jQuery.
Beta Was this translation helpful? Give feedback.
All reactions