fraserxu / react-dropdown

🔽 A dead simple dropdown component for React

Home Page:http://fraserxu.github.io/react-dropdown/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to open the dropdown programatically?

slead opened this issue · comments

Hi there, thanks for writing this fantastic tool. Is it possible to open the Dropdown programatically? I can't see any methods for this in the documentation. I'm thinking of something like this:

<Dropdown
  isOpen={this.state.isOpen}
/>;

Thanks

commented

Did you ever figure out a way to do this?

Did you ever figure out a way to do this?

I never figured this out unfortunately