You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys, thanks for your library.
I am building a WebPage with your library but I need to know when the library finished to render all the components, do you have into the library an onComplete event/callback that I can listen/execute?
Something like.
Select.init({
onComplete: function(){
// to do.
}
});
Thanks A.
The text was updated successfully, but these errors were encountered:
Hello guys, thanks for your library.
I am building a WebPage with your library but I need to know when the library finished to render all the components, do you have into the library an onComplete event/callback that I can listen/execute?
Something like.
Select.init({
onComplete: function(){
// to do.
}
});
Thanks A.
The text was updated successfully, but these errors were encountered: