Tags field
# avo-2
s
Hey Avo people : any idea why the tags field is saving malformed JSON data like this : the workaround that works for me is this one :
Copy code
field :subdomains, as: :tags, suggestions: lambda { [{ label: nil, value: nil }] }, enforce_suggestions: false, close_on_select: true
But I think there should be another cause or solution for this problem ?? thanks a lot

https://cdn.discordapp.com/attachments/740893011994738751/1151093998111440956/image.png

l
I’m AFKnow but I think there are custom hooks for before and after updates
Can you please check the docs?