lets say i create a setter for a field that is a l...
# announcements
s
lets say i create a setter for a field that is a list, and i'd like to do something on them when it changes. i just experienced an issue but want to be sure. inside the setter, i was accessing list.foo() instead of value.foo(). it seemed that list was unchanged i guess