Closed JustServ closed 7 years ago
@JustServ you need to create a different dataProvider
for each item
i dislike this solution because if your auto-complete could use the same dataProvider, you Have to duplicate your code.... There isn't any way to clone the dataProvider, or to inject it multiple times in our component ?
you can now pass an array as input to datasource
ok, i'll gie a try to this, thx
I have a form array, wanted to use this, but when I do it opens a drop down on every instance instead of just the one I'm typing. Then they don't close when I click-away. Is it possible to do this?