Combo does not have a tab stop

I am successfully using the sfComboBox control in my .NET MAUI app.

However when I tab through the controls on the page, all the sfComboBox controls are skipped - they aren't part of the tab sequence.

I have looked for a TabStop (or Tab{anything}) property, and tried casting to an Input to access the same, but no luck. Is it possible to add the control to the tab order?

All the sfComboBox controls are editable and visible.


3 Replies

SR Sri Radhesh Nag Subash Sankar Syncfusion Team May 23, 2025 09:32 AM UTC

Hi Ben,


Thank you for reaching out to us.


The tab order support in .NET MAUI is limited by the platform itself. The .NET MAUI framework does not provide built-in support for setting or managing tab order across controls, including Syncfusion’s SfComboBox. Once the .NET MAUI framework introduces this feature for the `tab order `, we will incorporate it into the SfCombobox.


For more information you can refer this: https://github.com/dotnet/maui/issues/16218


Thank you for your patience and understanding.


Regards,

Sri Radhesh Nag S



BE Ben May 24, 2025 07:21 AM UTC

The tab ordering is less important. What is important is that the controls get the focus as the user tabs through the page. Every other control (ie. all native controls) get focus, but the xfComboBox does not. Is it possible to make this happen?



SR Sri Radhesh Nag Subash Sankar Syncfusion Team May 26, 2025 10:03 AM UTC

Hi Ben,


Thank you for contacting us.


We have reviewed the information you provided and tested the SfComboBox control with key navigation. In our testing, the SfComboBox in both Mac and windows platforms it appeared correctly without any changes. We have prepared a simple sample based on the requirement . Please find the sample attached for your reference.


Please review this sample and verify whether the issue is reproducible on your end. If not, we kindly request you to either modify our sample to replicate the issue and share the modified sample with us  for further analysis or share your sample where the problem occurs.


This will enable us to investigate the issue more effectively and provide a suitable solution.


Regards,

Sri Radhesh Nag S


Attachment: MauiAutoComplete_f7ca7de9.zip

Loader.
Up arrow icon