I have input to enter a type of resource. I want the user to be able to create their own types using a search input. Basically, the user can create the types while creating the resource (without having to create them before hand. So let’s say the user enters Test 123, it would show if this type has already been created before. If yes, it would simply use that entry. If not, the user would be able to create it on the fly.
Similar to what Clickup or Notion does. See example here:
You’d need to use a DB search to list existent options. That same search can be used to show the button to create the option in case the search result is blank.
@ademiguel Can you give me a step by step on how to achieve this?
I have no problem on helping with concise doubts after you have tried to do it on your own
I’ve been trying to figure this out for a while but I’m not able to.