Skip to content

Commit 1aee88e

Browse files
authored
doc(select): add tip (#4606)
1 parent b8319bd commit 1aee88e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/select/index.en-US.md

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ Select component to select value from options.
6262
| open | Controlled open state of dropdown | boolean | - | |
6363
| loading | indicate loading state | Boolean | false | |
6464

65+
> Note, if you find that the drop-down menu scrolls with the page, or you need to trigger Select in other popup layers, please try to use `getPopupContainer={triggerNode => triggerNode.parentElement}` to fix the drop-down popup rendering node in the parent element of the trigger .
66+
6567
### events
6668

6769
| Events Name | Description | Arguments |

0 commit comments

Comments
 (0)