Skip to content

Options not rendering array function #389

@AmeMizuki

Description

@AmeMizuki

Virtual-select can't render array function

  let portOptions = [{
    label: 'Port 1',
    value: 'Port 1'
  }, {
    label: 'Port 2',
    value: 'Port 2'
  }, {
    label: 'Port 3',
    value: 'Port 3'
  }]

  VirtualSelect.init({
    ele: '#destPort',
    options: portOptions,
  })

Image

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions