davecoffin / nativescript-filterable-listpicker

Apache License 2.0
44 stars 22 forks source link

Two or more instances? #58

Open seros00 opened 4 years ago

seros00 commented 4 years ago

Can I have two or more instances in the same project?

davecoffin commented 4 years ago

Yes, but the more typical use case is to have one at the root and change the items you pass to it.

seros00 commented 4 years ago

So, two instances can not be independent, i.e., each one with their own items?

davecoffin commented 4 years ago

Yes, but i just dont see a good reason to do that. Are they appearing on the screen at the same time?

seros00 commented 4 years ago

Yes. Indeed I am using tabs and I need one list in one tab, and two (or more) in other tab, all of the lists appearing at the same time.