I’m trying to figure out how to detect when a selection is made from a select2 dropdown field. I’ve tried adding event listeners and mutation observers to each subfield and the option elements, but nothing seems to work. I’ve seen posts where others were able to detect changes on a normal select field, but nothing for a select2 field. Has anyone had success with this?