Skip to content

Allow nested options #191

@milosdakic

Description

@milosdakic

Would be awesome to have nested options within options.

var options = [
  {
    value: 'one',
    label: 'One',
    options: [
      value: 'n-one',
      label: 'Nested One'
    ]
  }
];

When an option has more possible options, there would be a more property which indicates to the user that they need to perform a action to return more results or something similar. Render if options available otherwise if more is set, retrieve more options.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions