Have access to the values of an enum in a html page

@roddharris can use reverse enum mapping (see docs and example).

in your view model, you list the enum values using a utility function like described in this issue.

1 Like