我正在编写一个脚本来自动提交我的表单。使用webdriver代码,我能够将数据添加到除oi-select之外的所有html输入中。oi-options="item for item in to.options" ng-model="model[options.key]" required="true" multiple="" id="formly_1_estoreMultiselect_category_0"
尝试实现:按用户选择的动态表单,使用ngx-formly/material选择地区JSON。如何用我的对象数组"this.fields2“映射字段?在我的component.ts中有:options: FormlyFormOptions = {}; //here I am fetching data from json and creating an O