Skip to content

Commit

Permalink
Update wai-aria-support.md (#623)
Browse files Browse the repository at this point in the history
Just fixed EnabledAriaSupport misspelled for Example 1 text
  • Loading branch information
RicardoGuerraTR authored Oct 31, 2024
1 parent 547b4ba commit 8ba00d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The [ WAI-ARIA Suite ](https://www.w3.org/WAI/intro/aria), defines an approach t
In order to enable the WAI-ARIA support, set the **RadComboBox** contol's **EnableAriaSupport** property to **true** as shown in the example below.


>caption **Example 1**: Setting the **EnalbeAriaSupport** property for **RadComboBox**.
>caption **Example 1**: Setting the **EnableAriaSupport** property for **RadComboBox**.
````ASPNET
<telerik:RadComboBox RenderMode="Lightweight" runat="server" id="RadComboBox2" EnableAriaSupport="true">
Expand Down

0 comments on commit 8ba00d8

Please sign in to comment.