I think this is more a feature request rather than an issue.
Can't seem to find an easy way to do this.
formatCreateLabel={() => 'Add', inputValue }
formatCreateLabel already passes input value as the argument.
const formatCreateLabel = (inputValue => 'Add ' + inputValue);
Please close this if this fulfills what you are looking for.
Yes! Thank you
Most helpful comment
formatCreateLabel already passes input value as the argument.
Please close this if this fulfills what you are looking for.