Skip to content

<b-form-select>: Add the variable to make a tree #3222

Closed
@ab2d3e8

Description

@ab2d3e8

Is it possible to use ' b-form-select ' for a ' optgroup ' from variable:

options: [
{ value: 'A', text: 'Option A' },
{ value: 'B', text: 'Option B' ,
children: [
{ value: 'BA', text: 'Option BA' },
{ value: 'BB', text: 'Option BB' }
]
}
],

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions