However setFieldOptions doesn’t work and I get error TypeError: t3.updateFieldOptions is not a function. A deprecation notice seems to indicate I can set it via the fields object, but I tried that and it’s not working either.
“setFieldOptions is deprecated. Please use the fields object instead and set the options directly on individual fields.”
In accessing context.current.fields.myfield, it returns my undefined as the e3 object isn’t accessible. Any ideas?