Run a function after the options are rendered. #5543
shobhit10058
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am encountering a use case, where I need to run mathjax typeset after the options are rendered, currently, I am doing it by onMenuOpen event and then using settimeout for some time so that the options are rendered, but this will cause issues on deciding the correct limiting time. Is there any workaround for this?
Code Sand Box Link: https://codesandbox.io/s/vibrant-sanne-gk5gt3?file=/src/App.js
Beta Was this translation helpful? Give feedback.
All reactions