Guy Brand
Guy Brand
Hi @fdagher1 that has not been tested yet. As you see here: https://github.com/guylabs/ion-autocomplete#ionic-compatibility the latest version of Ionic is `1.3.2`. If you like you can create a pull request if...
Hi @sivajik34 not until now. But if you like, you can create a pull request with an update to Ionic 3. Thanks and regards Guy
You can always start with an Ionic 1.3.x project, but I would propose to start a new project with the latest version and then check what needs to be changed...
@sivajik34 You need to first upgrade the Angular part and then see what API's changed in Ionic 3. Besides that you need to adapt all the tests (unit and e2e).
Hi @BioPhoton, I need to take that up after I finished version 0.4 with the Ionic upgrade to `1.3.x`. Before that I won't have the time for it. Maybe you...
Hi @KhimGurung as you see in the https://github.com/guylabs/ion-autocomplete#ionic-compatibility table, Ionic 3 is not supported. See #231 for details when the upgrade is available. Thanks and regards, Guy
Hi @Hypher, @Florian9-3, currently I do not have the time to look into this as it is not a trivial issue as it involves how Ionic modals/popovers are created etc....
Hi @smchae thanks a lot for this workaround. I think this is the only solution to this problem to override the `popup-open` class and add the proper `pointer-events` property. As...
Hi @xam8re thanks a lot for the contribution but I have a question and some comments before I can do the code review: 1. The requirement is that when a...
Ok nice! What does not work in Windows? What is the error? Maybe I can help you fix it.