Hi !
The goal is to show a MultiSelect that is populated with all the fields within a form, Then use the value from the MultiSelect to loop through and clear those values.
Since they are stored as strings, my foreach isnt working. Any pointers would be amazing!
The Source of my multiSelect is
{{ Object.keys(form7.data) }}
What Ive tried so far
multiselect4.value.forEach(function (object) {object.clearValue()})