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 dot notation to define the datasource value and content for Select/Radio/List controls #93

Open
caleeli opened this issue Sep 18, 2019 · 0 comments

Comments

@caleeli
Copy link
Contributor

caleeli commented Sep 18, 2019

As a screen designer I would like to setup the datasource properties (value, content) using dot notation so I can use properties from different levels of the datasource. Ex.
For this data source structure:

{
  id:34,
  attributes:{
    name: "window",
    size: {
      width: 100,
      height: 50
    }
  }
}

Configure:
value: id
content: attributes.name

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

No branches or pull requests

1 participant