Skip to content

Instantly share code, notes, and snippets.

@ralfting
Created September 5, 2019 15:15
Show Gist options
  • Select an option

  • Save ralfting/324de8c4a56db33346a4691418a07bba to your computer and use it in GitHub Desktop.

Select an option

Save ralfting/324de8c4a56db33346a4691418a07bba to your computer and use it in GitHub Desktop.
const renderMap = {
DueDateField: component =>
withClickOutside(component, function(event) {
return !event.target.closest('.tether-element');
}),
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment