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
addin the demo, - Comment out
$nextTickpart and uncomment thesetTimeoutpart, 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