xmartlabs / Eureka

Elegant iOS form builder in Swift
https://eurekacommunity.github.io
MIT License
11.78k stars 1.33k forks source link

MultipleSelectorRow: how to set value with function #2121

Open ShawEw opened 4 years ago

ShawEw commented 4 years ago
  1. image it works

  2. image use a function ,it compile failed. It alse did not work when I use !

mats-claassen commented 4 years ago

Looks like that function does not return the correct type. As the error says it must return a Set<Common.KeyValue> and not an array.

fukemy commented 2 years ago

change to Set(self.getBaseFuncSet())