I am having problems trying to fill a dropdown (select) with select2 from a remote resource:
I fixed my backend code so that the API returns the following JSON code:
[
{"id":9,"nombre":"Jose"},
{"id":10,"nombre":"Juan"},
{"id":11...
asked by
18.10.2016 / 20:35