Skip to content

Select options do not appear, multiselect is grayed out #82

@boriskogan81

Description

@boriskogan81

I'm using React 15.5, and have Bootstrap 4 included in the project.

My code:

<Dropdown
	onChange={event => {
		this.setState({
			yearFilter: this.value(this.refs.yieldYears)
		});
	}}
	ref="yieldYears"
	data={[
		{ value: 'average', selected: true },
		{ value: 2017, label: '2017' },
		{ value: 2018, label: '2018' }
	]}
	multiple
/>

My element appears like this:

image

When I inspect the element, the HTML looks fine:

`
average 2017 2018

average
    • average
    • 2017
    • 2018
    `

    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