Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support localized choices loaded from the web out of the box #2736

Closed
andrewtelnov opened this issue Mar 23, 2021 · 0 comments
Closed

Support localized choices loaded from the web out of the box #2736

andrewtelnov opened this issue Mar 23, 2021 · 0 comments
Milestone

Comments

@andrewtelnov
Copy link
Member

Currently, if an item from restful API comes in the following format:

{ 
   value: "item", 
    title: {
          en: "item in English", 
          de: "item in Deutch"
    }
}

We do not recognize title object as a valid object and do not set it to the choice item text property.
It will be nice to support it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant