I'm trying to use the plugin with generated json, but the parse isn't going very well... My json, that is being produced is something like that: [ { "id": "9887", "nome": "Salvador", "estado": "BA" }, { "id": "9890", "nome": "Salvaterra", "estado": "PA" }, { "id": "9888", "nome": "Salvador das Missões", "estado": "RS" }, { "id": "9889", "nome": "Salvador do Sul", "estado": "RS" } ]. Is there something wrong? i tried to pass my formarItem function but did not work, the plugin is not parsing my json... I looked for some reason into source code but i did not found.
Thanks, Alberto