Skip to content

DBCustomSelect showSearch={false} does not work (React) #4196

@d-koppenhagen

Description

@d-koppenhagen

Which generators are impacted?

  • All
  • HTML
  • React
  • Angular
  • Vue
  • Web components
  • Power Apps

Reproduction case

It seems like the setting showSearch={false} to false is not respected (I have list of 15 items with groups but I don't want the search field to be visible).

<DBCustomSelect
  options={[]}
  label="please select"
  showSearch={false}
></DBCustomSelect>

Expected Behaviour

showSearch={false} should prevent adding a search input within the DBCustomSelect

Screenshots

No response

Browser version

Edge

Add any other context about the problem here.

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions