We're looking into replacing an old tagging system with react-select 3.1. For historical reasons, we don't allow spaces in our tags (and changing that is complicated).
However! react-select seems to think spaces are totally fine in tags. What I think I want to do is make space be a thing that essentially says "hey I am done with this tag" just as enter and tab currently do — that matches our existing behavior and I would like to keep it if at all possible.
Is there a way to configure react-select to use this behavior?
Thanks!