Skip to content

Commit e321576

Browse files
Copilotcsharpfritz
andcommitted
Fix documentation: clarify Enabled and TabIndex are not rendered
Co-authored-by: csharpfritz <78577+csharpfritz@users.noreply.github.com>
1 parent 9b18f0b commit e321576

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/EditorControls/HyperLink.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ It may seem strange that we have a HyperLink component when there already is an
2828
- `Font-Underline` - underline text decoration
2929

3030
### Other Properties
31-
- `Enabled` - whether the hyperlink is enabled (default: true)
3231
- `Visible` - whether the hyperlink is visible (default: true)
33-
- `TabIndex` - tab order for keyboard navigation
3432

3533
### Event Handlers
3634
- `OnDataBinding` - event handler for data binding
@@ -44,6 +42,8 @@ It may seem strange that we have a HyperLink component when there already is an
4442

4543
- `ImageUrl` - The Blazor HyperLink component does not support image links. Use the Image component wrapped in an anchor tag instead.
4644
- `AccessKey` - Not supported in Blazor
45+
- `Enabled` - While the property exists for compatibility, it does not affect the hyperlink's behavior (the link is not disabled)
46+
- `TabIndex` - While the property exists in the base class, it is not rendered on the hyperlink element
4747
- `EnableTheming` - Theming is not available in Blazor
4848
- `EnableViewState` - ViewState is supported for compatibility but this parameter does nothing
4949
- `SkinID` - Theming is not available in Blazor

0 commit comments

Comments
 (0)