Hey everyone. I can't seem to figure out what I'm doing wrong, but I'm trying to use CreatableSelect from react-select, where you can type in a new tag/option that doesn't already exist in a multiselect drop-down. The option to create doesn't appear when you type, just "No options".
Sandbox here - it's the last dropdown of the three.
Any help/pointers would greatly be appreciated. Thanks!
❓Question
Hey everyone. I can't seem to figure out what I'm doing wrong, but I'm trying to use
CreatableSelect
from react-select, where you can type in a new tag/option that doesn't already exist in a multiselect drop-down. The option to create doesn't appear when you type, just "No options".Sandbox here - it's the last dropdown of the three.
Any help/pointers would greatly be appreciated. Thanks!