We are using content fragments for few pages and now I have requirement to populate dropdown dynamically, would it be possible to write listeners in content fragments? . Not able to find docs, any pointers would be helpful
If you need to populate this dynamically - why use content fragment in the first place. I would look at writing HTL/Sling Model component where you have a lot more control using code.