-
-
Notifications
You must be signed in to change notification settings - Fork 262
Allow passing custom placements config #112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow passing custom placements config #112
Conversation
ab2085b to
0619ac7
Compare
|
@benjycui 帮忙 review 下 cc @valleykid |
README.md
Outdated
| <td>Where to render the DOM node of popup menu when the mode is horizontal or vertical</td> | ||
| </tr> | ||
| <tr> | ||
| <td>popupPlacements</td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about builtinPlacements? To be consistent with rc-trigger
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done 👍🏻
|
Code is OK, just update the API name. |
Addresses one of the problems described in react-component#108
0619ac7 to
174c6ab
Compare
|
Conflict |
|
@evgenykochetkov will you be able to do a rebase? Let's close this one soon if possible, thanks! |
|
@picodoth Would be nice to update the examples page with an example similar to this one #122 (comment) |
|
seeing #156 |
Addresses one of the problems described in #108