doc(select): add tip (#4606)

pull/4671/head
ajuner 2021-09-06 17:04:59 +08:00 committed by GitHub
parent b8319bdb38
commit 1aee88e0ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ Select component to select value from options.
| open | Controlled open state of dropdown | boolean | - | | | open | Controlled open state of dropdown | boolean | - | |
| loading | indicate loading state | Boolean | false | | | loading | indicate loading state | Boolean | false | |
> 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 .
### events ### events
| Events Name | Description | Arguments | | Events Name | Description | Arguments |