Skip to content

[SelectField] label bug #2446

@cezarsmpio

Description

@cezarsmpio

My code:

<SelectField
  hintText="Select the bicycle"
  menuItems={[
    { payload: 0, text: 'Bike 01' },
    { payload: 1, text: 'Bike 02' },
    { payload: 2, text: 'Bike 03' },
    { payload: 3, text: 'Bike 04' },
  ]}
/>

SelectField bug

drxxxhbreb

Metadata

Metadata

Assignees

No one assigned

    Labels

    scope: selectChanges related to the select.type: bugIt doesn't behave as expected.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions