Wishmitha Mendis
Results
1
issues of
Wishmitha Mendis
I created a field of a schema (CollectionTest) as follows. ``` year: { type: String, label: "Year", autoform:{ type:'select2', options:function () { return[{label:"2013",value:3102},{label:"2014",value:4102},{label:"2015",value:5102}] } } } ``` When I submit...
hacktoberfest