Hello there,
I’m having an issue with a directive that I’m using called ngTagsInput. As you can see in the screenshot, it’s a directive for entering tags. The issue that I do have is that even in the demo of that directive you can enter everywhere inside its div and start typing a tag, when used with Ionic you can only type unless you click on the placeholder(which is an input). I had a look to my code, then created a sample project using the tabs template and imported that directive so my code is clean and I’m not overriding anything. Any ideas on how I will be able to click anywhere on the directive and start typing? You can have a look at the demo. Thanks!