Unable to simulate click in `$nextTick`
doodlewind opened this issue · 3 comments
doodlewind commented
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
.
doodlewind commented
Seems that this is explained in #7109
See also DDFE/DDFE-blog#24