-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Labels
Description
Version
2.5.16
Reproduction link
https://jsfiddle.net/xnjc03hy/
Steps to reproduce
- Click on
add
in the demo, - Comment out
$nextTick
part and uncomment thesetTimeout
part, try again.
What is expected?
Native input modal is supposed to be triggered in $nextTick
.
What is actually happening?
Modal not triggered in $nextTick
but triggered by setTimeout
.