Base solution for your next web application
Open Closed

Enum values are not getting populated correctly #5816


User avatar
0
mohamedaarif created

I have added few more enum value, build and published. But the dropdown value is showing like this.

Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)

1 Answer(s)
  • User Avatar
    1
    ismcagdas created
    Support Team

    Hi @mohamedaarif

    You need to add those keys to localization file(s). Something like this;

    <text name="Enum_Currency_type_2">EUR</text>

    Markdown is supported
    Copy & paste or drag & drop images (max 30 MB per image)