AEM 6.4: Is the coral-ui event foundation-contentloaded broken?
Hi!
I would like to know, if the foundation-contentloaded event is triggering before the content finished loading?
Situation:
We are using the dropdownshowhide.js to conditionally show Fields based on a Dropdown Value.
This works in a normal dialog, but for some reasons not within page properties.
I wrote a basic example and tested it on a bare AEM 6.4 Instance.
If you debug through the dropdownshowhide.js, you will find, that the script is executing even before the value of the dropdown inputfield is being loaded.
Any known issue there? Maybe a workaround?
Basic example in Github repo
Thanks for any help.
Marvin