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
Edit: Original written in CoffeeScript, but easy to convert
value: {
label: 'Value',
type: TRY_STRING_OR_ONEOF,
custom: function () {
// This runs when type == String, but not when SimpleScheme.oneOf
console.log('in custom')
console.log(this)
return undefined
}
}