Skip to content

Select component updates #2211

@karelhala

Description

@karelhala

We would like to use Select component in cloud services however its API does not quite fit our needs.

  • isExpanded - all components have isOpen however select has isExpanded is there any reason for it?
  • isDisabled - unable to set isDisabled on select component
  • position - unable to set position of select to right, left
  • direction - unable to set position of select to top, down (select on page end is not usable) Critical
  • checkbox typeahed is missing
  • isPlain - attribute is missing
  • onSelect missing whole object - when I select some value I want to receive the entire object, not just it's value. We want to display custom elements and filter trough server IDs Critical pf4 Select and Multi select component API #2045
  • unable to search by callback function - select options are seachable only on first char, however we would like to query server to retrieve new options Critical
  • unable to use custom components in select children - we will be loading options from server so we would like to show spinner instead of select options and show options once we load them Critical

I went ahead and tried to fix some of these issue, however because select component has specific implementantation I was unable to do it. I think this is great place to track these issues if you want break it into more specific issues and I'll link them in here as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Breaking change 💥this change requires a major release and has API changes.wontfix

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions