Allmighty Autocomplete

Has anyone been successfully able to use the Allmighty Autocomplete in their ionic app?

Below is the use case I am trying to solve for:

I have a form where I am asking the user to select their country and then based on that the cities selection will be offered. Since there are 195 countries, the Select option is not a very realistic option. I have looked at the several autocomplete solutions for ionic as well as angularjs. Most of them have a search box with filter set up. This also includes https://github.com/guylabs/ion-autocomplete

Allmighty Autocomplete is the closet one i came to but it doesn’t work. I see {{attrs.placeholder}} but when i start typing it doesn’t do anything.

Actually it was an error in my script. The Factory was not loaded.

1 Like