TagsInput Field Inside Relationship in Tabs Throws "this.state is null" Error
What I am trying to do:
I am trying to use the TagsInput field inside a Tabs component with a relationship() method to manage related model data (blog.meta_keywords). I want the tags to be saved within a related blog model.
What I did:
I created a Tabs component with a relationship()
My issue/the error:
When I try to add a tag in the TagsInput field, I get the following error in the browser console:
Code:
Here is the complete code snippet for the form:
0 Replies