Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions MAUI/Autocomplete/Basic-Features.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ The following image illustrates the output:
## Text

The [Text](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.DropDownControls.DropDownListBase.html#Syncfusion_Maui_Inputs_DropDownControls_DropDownListBase_Text) property is used to get the user-submitted text in the [SfAutocomplete](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.SfAutocomplete.html). The default value of the `Text` property is `string.Empty`.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

## Automation ID support for drawing elements

The Syncfusion .NET MAUI Autocomplete control offers robust `AutomationId` support for its drawable elements. By assigning unique ID to components like the clear button, you significantly improve the efficiency of automated testing and enhance overall application accessibility. This allows for precise targeting and interaction with these elements during UI automation.
4 changes: 4 additions & 0 deletions MAUI/ComboBox/UI-Customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -1749,3 +1749,7 @@ public SocialMediaViewModel

{% endhighlight %}
{% endtabs %}

## Automation ID support for drawing elements

The Syncfusion .NET MAUI Combo box control offers robust `AutomationId` support for its drawable elements. By assigning unique ID to components like the clear and down buttons, you significantly improve the efficiency of automated testing and enhance overall application accessibility. This allows for precise targeting and interaction with these elements during UI automation.
6 changes: 5 additions & 1 deletion MAUI/Masked-Entry/Basic-Features.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,4 +485,8 @@ public class CommandDemoViewModel
}

{% endhighlight %}
{% endtabs %}
{% endtabs %}

## Automation ID support for drawing elements

The Syncfusion .NET MAUI Masked Entry control offers robust `AutomationId` support for its drawable elements. By assigning unique ID to components like the clear button, you significantly improve the efficiency of automated testing and enhance overall application accessibility. This allows for precise targeting and interaction with these elements during UI automation.
6 changes: 5 additions & 1 deletion MAUI/NumericEntry/Basic-Features.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,4 +419,8 @@ public class CommandDemoViewModel
}

{% endhighlight %}
{% endtabs %}
{% endtabs %}

## Automation ID support for drawing elements

The Syncfusion .NET MAUI Numeric Entry control offers robust `AutomationId` support for its drawable elements. By assigning unique IDs to components like the clear, up, and down buttons, you significantly improve the efficiency of automated testing and enhance overall application accessibility. This allows for precise targeting and interaction with these elements during UI automation.