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
Describe the bug
The property: HelpText.AddenumValuesToHelpText does not work when the option is of type IEnummerable<{Enum}>. I'm guessing the list is masking the fact that its containing an enum.
Is it possible to have the same Valid values: {enum values} in the help text to be displayed when its a list of enums?
Apologies if this question/bug was already open
Describe the bug
The property:
HelpText.AddenumValuesToHelpText
does not work when the option is of typeIEnummerable<{Enum}>
. I'm guessing the list is masking the fact that its containing an enum.Is it possible to have the same
Valid values: {enum values}
in the help text to be displayed when its a list of enums?To Reproduce
IEnummerable<{Enum}>
Valid values: {enum values}
in the help text.Expected behavior
I expected a list of enums to still show available options
Screenshots
The text was updated successfully, but these errors were encountered: