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.