nativescript-filter-select
nativescript-filter-select copied to clipboard
replace the item_template with xml template
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 see here