Skip to content
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

Popover additions #43

Merged
merged 9 commits into from
Jan 31, 2017
Merged

Popover additions #43

merged 9 commits into from
Jan 31, 2017

Conversation

stevenyuen
Copy link
Contributor

  • Added support for above and below positions

@stevenyuen stevenyuen self-assigned this Jan 23, 2017
@stevenyuen stevenyuen changed the base branch from master to 1.5.0 January 23, 2017 23:18

this.hide = this.hide.bind(this)

// Eventually allow smart positioning and below/above
this.show = this.show.bind(this)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stevenyuen I added this

@@ -38,13 +41,14 @@ export default class Popover extends Component {
}

show(event) {
event.stopPropagation()
const button = event
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LAWLS

@asabhaney
Copy link
Member

@stevenyuen Flipping this back to you (made some changes). If you're happy with my changes, feel free to merge.

@stevenyuen stevenyuen merged commit c282796 into 1.5.0 Jan 31, 2017
@stevenyuen stevenyuen deleted the popover-additions branch January 31, 2017 20:48
stevenyuen added a commit that referenced this pull request Jan 31, 2017
1.5.0 Demo (Merge after #43, #44)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants