Skip to content

General form element select not viewing label #7

@LeelaDhojLama

Description

@LeelaDhojLama

General form element select not viewing label with code below

<Select
label="Select"
options={[
{ label: 'option 1', value: '1' },
{ label: 'option 2', value: '2' },
{ label: 'option 3', value: '3' },
{ label: 'option 4', value: '4' },
{ label: 'option 5', value: '5' },
]}
value={1}
/>

replace the label with text in the object
it will view the option text

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