Skip to content

Change Key 'text' in submitted tags array #169

@MaxJan2010

Description

@MaxJan2010

Hi,
How can I changed

[
   {
      "text":"hello",
      "tiClasses":[
         "ti-valid"
      ]
   },
   {
      "text":"next",
      "tiClasses":[
         "ti-valid"
      ]
   }
]

To:

[
   {
      "name":"hello"
   },
   {
      "name":"next"
   }
]

I mean change key text to name & and remove tiClasses from submitted data (i am using axios)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions