Skip to content

Support dot notation to define the datasource value and content for Select/Radio/List controls #93

@caleeli

Description

@caleeli

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions