XAMARIN FORMS: COMBOBOX FOCUS AND FILTER ON IOS NOT WORKING

Xamarin Forms Version: 4.8.0.1451
Syncfusion ComboBox Version: 18.3.0.35

I'M LOOKING FOR HELP. COMBOBOX FILTERING ON IOS NOT WORKING. WHEN I TRY TO TAP ON COMBO NOT EXPANDING THEIR ELEMENTS ALSO NOT FOCUSING AND CANNOT USE THEIR FILTER. BELOW AN EXAMPLE OF THAT LINE OF CODE:

<inputLayout:SfTextInputLayout Hint="Fuente de Negocio" ContainerBackgroundColor="White" ContainerType="Outlined" ErrorColor="Red" HasError="{Binding ErrorFuenteNegocio}" ErrorText="Seleccione una Fuente de Negocio.">

<combobox:SfComboBox HeightRequest="{OnPlatform Android='60', iOS='30'}" IsEditableMode="true" AllowFiltering="true" SuggestionMode="Contains" FontFamily="{StaticResource PoppinsRegular}" TextSize="20" IsEnabled="{Binding DisablingElement}" TextColor="Black" DataSource="{Binding FuenteNegocioDDL}" DisplayMemberPath="Dealers" Watermark="Seleccione Fuente de Negocio" HorizontalOptions="FillAndExpand" SelectedItem="{Binding siFuenteNegocio}" />

</inputLayout:SfTextInputLayout>

1 Reply 1 reply marked as answer

RS Ruba Shanmugam Syncfusion Team October 7, 2020 01:09 PM UTC

Hi Leonard,

Greetings from Syncfusion.

We have validated your query with updated Nuget, and tried to replicate the reported issue at our end in iOS platform by created a sample, based on the provided code snippet.

Please find the sample and video link from below.

Video: https://www.syncfusion.com/downloads/support/directtrac/general/ze/SfComboBoxFiltering1362735924

Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/ComboBoxFiltering_Sample-691004455
 
Since we are not aware of your exact application scenario, so we request you to try our sample and can you please revert us by modifying the sample based on your application along with replication procedure. This will be help us to investigate further and provide you with a better solution at the earliest.

Regards,
Ruba Shanmugam

Marked as answer
Loader.
Up arrow icon