-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Description
I am facing this issue when trying to add a new value through the input box.
When allowCreate is set to true, the function passed as the newOptionCreator prop is not being called.
For example:
....
optionCreator: function (value) {
console.log(value); // This line isn't reached.
},
render: function() {
return (
<Select multi={true}
allowCreate={true}
newOptionCreator={this.optionCreator} />
);
}
...Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels