We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This explains the issue:
Here's the code from DropbDownMenu.js :
if (this.props.tether) { return ReactTether((ref$ = import$({}, this.props.tetherProps), ref$.options = { attachment: "top left", targetAttachment: "bottom left", constraints: [{ to: 'scrollParent' }]
I'd like to redo this but unsure of what tradeoffs have been made. Is this a planned feature or do you have any thoughts on how to do it?
The text was updated successfully, but these errors were encountered:
yea this is planned for future, PR's are welcome though
Sorry, something went wrong.
I'm seeing that tether-props might be able to do this. Suggestion: call it tetherProps ...
trying to modify now..
#77 shows the issue but doesn't solve it
No branches or pull requests
This explains the issue:
Here's the code from DropbDownMenu.js :
I'd like to redo this but unsure of what tradeoffs have been made. Is this a planned feature or do you have any thoughts on how to do it?
The text was updated successfully, but these errors were encountered: