Skip to content

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

@mnewlin

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??

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