Skip to content

Dynamic tether attachment  #76

Description

@reactable

This explains the issue:

image

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions