Dialog showing twice?
-
I am trying to display a warning dialog if a date entered in a field is later than a specific one, but my dialog is showing twice (and must be dismissed twice). Any ideas why or how to prevent it?
Here is a code pen which shows it (enter a date earlier than today to trigger dialog) : https://codepen.io/ssuess/pen/GRZLajP
-
@ssuess i have already filed a ticket about this. Current workaround is, wrap the dialog call in a nextTick, or await a nextTick before the call.