-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
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:
When I inspect the element, the HTML looks fine:
`
average
2017
2018
average
`- average
- 2017
- 2018
Metadata
Metadata
Assignees
Labels
No labels
