Hello, tell me, how can I put the option "Create new item" at the end of the list, after the result of issuing? By default, it is at the top of the list.
unshift adds an element to the end of the list
https://github.com/JedWatson/react-select/pull/1436
I believe there's already a PR for this, but it's on hold until the 1.0.0 release.
Most helpful comment
https://github.com/JedWatson/react-select/pull/1436
I believe there's already a PR for this, but it's on hold until the 1.0.0 release.