Hello
I have a Forge custom field type that is a multi-select string. In edit.jsx, I fetch label values of these ids from Forge SQL and validate that the user selects only from those options. However, when using the Jira REST API to update the field, a user can submit any value, even if it’s not part of the allowed options. How can we prevent this at the API level? Thanks.