Enum parameter select doesn't preserve value type
Whatever the original type of the choices, the select returns a string
, so if the choices aren't actually strings the validation checks fail.
Whatever the original type of the choices, the select returns a string
, so if the choices aren't actually strings the validation checks fail.