Skip to content

Instantly share code, notes, and snippets.

@bjankord
Created April 9, 2019 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjankord/576e9e0dc43206be505b2ed3828364e2 to your computer and use it in GitHub Desktop.
Save bjankord/576e9e0dc43206be505b2ed3828364e2 to your computer and use it in GitHub Desktop.
datepicker-popup
{calendar && <Popup
attachmentBehavior="flip"
contentAttachment={'top center'}
isArrowDisplayed={true}
isOpen={(this.state.open && !this.props.disabled)}
targetAttachment={'bottom center'}
targetRef={() => this.datePickerContainer}
contentHeight="auto"
contentWidth="auto"
>
{calendar}
</Popup>}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment