Skip to content

AllowCreate AND newOptionCreator not working #960

@GJ2511

Description

@GJ2511

Hi this my code

 <Select.Async
 id='bonus_code'
 name='bonus_code'
 multi={true}
 allowCreate={true}
 newOptionCreator={this.newOption.bind(this)}
 value={this.state.bonusCode}
 onChange = {this.onChangeBonusCode.bind(this)}
 loadOptions={getOptions}
/>

newOptionCreator is not working

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