dropdown get selected text code example
Example 1: how to get the selected text of dropdown in jquery
BY LOVE
$("#Id option:selected").text()
Example 2: TEXTMESHPRO GET SELECTED ITEM FROM DROPDOWN
Debug.Log(Dropdown.options[Dropdown.value].text);