Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created April 19, 2020 23:07
Show Gist options
  • Save jsmanifest/f4909dc0e5c897855f30ef7cdbd92b00 to your computer and use it in GitHub Desktop.
Save jsmanifest/f4909dc0e5c897855f30ef7cdbd92b00 to your computer and use it in GitHub Desktop.
function handleOnChange(e) {
if (onChange) {
onChange(function({ person, collapsed }) {
console.log(`collapsed: ${collapsed}`)
console.log(`person: ${JSON.stringify(person)}`)
setValue(e.target.value)
})
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment