You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I tried to make a list input with function values and it failed with Error: No matching controller for 'op'.
Current workaround is setting initial value to 0 (but basically any number or string), as the type is checked only upon creation and it just works perfectly afterwards.
So the issue is there seem to be no reason to limit lists to only numbers and strings and do any type checking.
But if it's function, it could not be serialized right?
It will cause headache to serialize that... I think it's better to do it with enum, and select the appropriate function from it.
Hi, I tried to make a list input with function values and it failed with
Error: No matching controller for 'op'
.Current workaround is setting initial value to 0 (but basically any number or string), as the type is checked only upon creation and it just works perfectly afterwards.
So the issue is there seem to be no reason to limit lists to only numbers and strings and do any type checking.
Min repro:
The text was updated successfully, but these errors were encountered: