Skip to content

Commit 8a99586

Browse files
authored
docs(components): [TreeSelect] default value is reversed (element-plus#8738)
1 parent 7ad8512 commit 8a99586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en-US/component/tree-select.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ tree-select/basic
2020

2121
:::tip
2222

23-
Since `render-after-expand` defaults to false,
23+
Since `render-after-expand` defaults to `true`,
2424
the selected label name may not be displayed when echoing,
25-
you can set it to true to display the correct name.
25+
you can set it to `false` to display the correct name.
2626

2727
:::
2828

0 commit comments

Comments
 (0)