Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

4
Votes

We need to implement Tab key functionality for the SfButton control in .NET MAUI.

 

Tab key support in .NET MAUI controls is essential for enabling keyboard navigation within the application. Here are some common use cases for Tab key support in MAUI controls:

 

Use cases:

 

Form Navigation: Users should be able to navigate through different input fields, buttons, and interactive elements within a form using the Tab key. This facilitates efficient keyboard-based form filling.

 

Focus Management: Tab key support helps manage focus within the UI. When a user presses Tab, the focus should move sequentially to the next interactive element in the logical order, making the application more accessible.

 

Accessibility: Tab key support enhances accessibility for users who rely on keyboard navigation due to physical limitations or assistive technologies.