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
First am not happy at all about the documentation. It is frustrated.
Atleast i guess this repo issues will help me. i have a select field in my module settings. i wanna make it select2JS enabled dropdown. if i just write it with the ID of the element it doesnt work due to field is not available when DOM loaded. So i wanna initialize it when module settings modal open. I dig through the entire code and i couldnt find one. If anyone knows events of the builder, please list it up. then it will easy to search and find.
The text was updated successfully, but these errors were encountered:
Hi, we actually do not have an event for that currently because custom controls are not supported yet. Support for custom controls is planned though there is no ETA that I can provide at this time. Sorry!
Hi, I have the same issue here that i am using select2 field and it works on Classic builder but not in React JS enable builder, I tried to use MutationObserver but it wasn't able to work. Anyone can guide me please? Thanks
Problem Description
First am not happy at all about the documentation. It is frustrated.
Atleast i guess this repo issues will help me. i have a select field in my module settings. i wanna make it select2JS enabled dropdown. if i just write it with the ID of the element it doesnt work due to field is not available when DOM loaded. So i wanna initialize it when module settings modal open. I dig through the entire code and i couldnt find one. If anyone knows events of the builder, please list it up. then it will easy to search and find.
The text was updated successfully, but these errors were encountered: