We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I tried to do this(type: Object), but found that the setter did not take effect, This is normal when I change type to Number or String
jobCategory: { type: Object, set: v => { console.log(v) return { name: 1, value: 1 } } },