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
But many of these are unimplemented (either in the component UI, or in terms of actually setting the value in a kernel). I suggest that we reduce the list to Boolean, Integer, Number, String and Enum (i.e. remove Array, Tuple and Constant).
Enum needs some UI to be able to set the possible options, but that's a separate issue.
The text was updated successfully, but these errors were encountered:
Currently, the component for
Parameter
allows the user to select several types of validator:But many of these are unimplemented (either in the component UI, or in terms of actually setting the value in a kernel). I suggest that we reduce the list to
Boolean
,Integer
,Number
,String
andEnum
(i.e. removeArray
,Tuple
andConstant
).Enum
needs some UI to be able to set the possible options, but that's a separate issue.The text was updated successfully, but these errors were encountered: