-
Notifications
You must be signed in to change notification settings - Fork 377
Closed
Labels
Breaking change 💥this change requires a major release and has API changes.this change requires a major release and has API changes.wontfix
Milestone
Description
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 missingpf4 Select and Multi select component API #2045onSelectmissing 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- 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
Labels
Breaking change 💥this change requires a major release and has API changes.this change requires a major release and has API changes.wontfix