When using FieldFor with the field type "MultiSelect", the drop down doesn't work when the options (select-from) is a simple array. It works correctly when the select-from is an array of objects.
Example here: https://codesandbox.io/s/divine-flower-j2vvr?file=/src/App.vue