Ok the question is simple. I need to make the dropdown open when mouse hover rather than on click.
Currently my code is as follow.
base on the answer of @Rei Dien
onMouseEnter = { this.handleOpen.bind(this) } onMouseLeave = { this.handleClose.bind(this) }