Code: Alles auswählen.
<App>
<Page title="Table test" >
<f:ShellBar >
</f:ShellBar>
<fb:FilterBar header="Filtertest">
<MultiComboBox placeholder="Choose your state" width="200px" showSecondaryValues= "true">
<items>
<core:ListItem text="Portugal" additionalText = "PT"/>
</items>
</MultiComboBox>
<DatePicker width="200px">
</DatePicker>
</fb:FilterBar>
</Page>
</App>