Hi im migrating in v2
<Creatable
isMulti={multi}
options={options}
onChange={this.onChange}
value={multi ? multiValue : value}
promptTextCreator={this.handleChangeCreateOptions}
removeSelected={removeSelectedItem}
placeholder={placeholder}
ignoreCase={casing}
className={wrapperClassName}
/>
seems like promptTextCreator is remove?
bump. nothing in docs to show you how to upgrade.
It's been changed to formatCreateLabel
Thanks @rhansen-carecloud!
Most helpful comment
It's been changed to
formatCreateLabel