-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
scope: selectChanges related to the select.Changes related to the select.
Description
Prior to 0.15.4 I was able to capture custom data from the selected menu items with event.currentTarget.dataset. Now event.currentTarget returns null onChange
Example:
<SelectField value={this.state.value} onChange={this.handleSelect}>
<MenuItem value={1} data-customData="foo_bar" primaryText="Choose Something" />
<MenuItem value={1} data-customData="bar_foo" primaryText="Choose Something Else etc." />
</SelectField>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
scope: selectChanges related to the select.Changes related to the select.