You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked at this briefly and it stems from the way that changes are tracked based on using the = setter method. Making changes directly to an array field doesn't use this method so the @updated_keys value is never changed. I don't see a quick/easy way to solve this.
I have a multi-select field that has options: Yes, No, Confirmed.
The field is set to ["Yes"], and I want to be set to ["Yes", "Confirmed"]
I found that I can't just add one - I have to clear it first. So instead of:
I have to do:
The text was updated successfully, but these errors were encountered: