Matheus Roversi

Results 4 comments of Matheus Roversi

Hi, were you able to solve this problem?

I am also having the same problem, any solution?

A simple way that worked for me in version In v7.0.0-alpha.0 without changing the component was ``` constructor() { this.refGrid = React.createRef() } deselectGrid() { this.refs.grid.selectStart(-1) ... } ``` I...