Translation results using select2 with the code shown below, I save that value in a property of a json where there are many other objects that take the value of select2 fields, they all fail in the same way
resolucion4505.obesidad_desnutrición_proteico_calorica = $("#cbo_obesidad_desnutrición_proteico_calorica").select2("val");
returns these values to me
when should return the value of the selected item
any idea why this happens?