Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 6dea692

Browse files
committed
Fix anchor link
1 parent bcd1a96 commit 6dea692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/selects/tree-select.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Assuming you have a property called "foo" on the option, we'll render that prope
8181
</x-tree-select>
8282
```
8383

84-
> {tip} You may want to apply different formatting to your parent options, which can be checked for via `$treeSelectOption.hasChildren`. See [$treeSelectOption](#user-content-$treeSelectOption)
84+
> {tip} You may want to apply different formatting to your parent options, which can be checked for via `$treeSelectOption.hasChildren`. See [$treeSelectOption](#user-content-treeselectoption)
8585
8686
### Customizing the selected option display
8787

@@ -104,7 +104,7 @@ In the example above, when an option is selected, the value for the option's `sh
104104
of the option's `name` field.
105105

106106
We have also provided a slot called `selectedTemplate` which will allow you to further customize how you are displaying the selected option's value. You
107-
will need to use the `selectedObject` property on our `$treeSelect` [magic property](#user-content-$treeSelect).
107+
will need to use the `selectedObject` property on our `$treeSelect` [magic property](#user-content-treeselect).
108108

109109
```html
110110
<x-tree-select ...>

0 commit comments

Comments
 (0)