Enum: It's possible to receive the value of enum from client instead of key? #1676
Unanswered
EderLisboaa
asked this question in
Q&A
Replies: 1 comment
-
The left side is what client gets and send. The best approach is to match left and right side, then there's no confusion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Considering the code down bellow, I want be able to receive from client the value 'New servicce' instead of 'NEW_SERVICE'.
Is there a way to do this?
Beta Was this translation helpful? Give feedback.
All reactions