[FlagsAttribute] enums should be an array on client-side
Enums that are marked with FlagsAttribute are not properly kept on client side. They are always a string separated by comma ","
Bummer. It should be an array so it would fit nice with ko` checked binding.
Besides it would be much easier to work with them.
They should be serialzed (coerced) with comma when sent to the server only!
15
votes
