Is there a way to get at the templateResult from the onchange method of the select element

I’m wanting to basically put a straight copy of the span tag that is initially displayed in the dropdowns, so that when I click on it, it shows up in a “results” div that I’ll have on my page

nvm rtfm got me what I needed $(this).select2(‘data’)