As above, when the ok button on the footer is clicked, the event for it always fires twice.
I don't Particularly want to use OnSelectionChanged as there a few other functions that run when the item is selected.
Here is the xaml:
<syncfusion:SfPicker HeaderText="Pick Information Character" x:Name="SelectTagOption" Margin="20" ShowFooter="True" PickerMode="Dialog" FooterHeight="50" OkButtonClicked="TagTypeSelected" SelectedItemTextColor="ForestGreen"/>
Here is the C#
private void TagTypeSelected(object sender, Syncfusion.SfPicker.XForms.SelectionChangedEventArgs e)
Currently I am getting around this in my function by only processing if(SelectTagOption.IsOpen) and within the if statement, setting IsOpen to false