The documentation provided for FieldFor multiselect is incorrect.
https://vue9-form-plugin.netlify.app/examples#multi-select
The current documentation specifies the prop type="Multiselect" which doesn't work because the component names are in camel case. It should be changed to type="MultiSelect"
Not a major issue but should be corrected nonetheless, a developer spent a long time figuring this out.