nativescript-filter-select icon indicating copy to clipboard operation
nativescript-filter-select copied to clipboard

replace the item_template with xml template

Open moayadnajd opened this issue 8 years ago • 1 comments

i need help with doing something like this to remove the item_template parameter it much easier

<FS:FilterSelect items="{{ items }}">
  <FS:FilterSelect.itemTemplate>
    <GridLayout>
      <Label text="{{ value }}"/>
    </GridLayout>
  </FS:FilterSelect.itemTemplate>
</FS:FilterSelect>

moayadnajd avatar Jul 25 '17 20:07 moayadnajd

@moayadnajd see here

jogboms avatar Nov 24 '17 18:11 jogboms