My application makes use of creatable <Select/>s. After upgrading to the latest 5.x release, I have issues with selecting newly created items. I am doing the new requirement of returning a select data item from the onCreate callback, and the item is added to the drop down list, but it is not registered as having been selected. I suspect this has something to do with how state is being managed.
Here's a sandbox that reproduces the issue:
https://codesandbox.io/s/angry-lewin-1q46bc
Is this a bug, or is there more that has to be changed in how new item creation is managed in 5.x?