Skip to content

Add onChange property causes select box to be disabled, i.e. cannot click to show list. #85

Description

@mnewlin

My Multiselect seems to work fine until I would like to add handler then it stops working.

This works:
<Multiselect data={groupList} multiple />

This does not work:
<Multiselect onChange={this.handleChange} data={groupList} multiple />

Any ideas??

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions