-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Select] The new typeahead select implementation is not hiding boilerplate code at all #9511
Labels
Comments
KKoukiou
added a commit
to KKoukiou/anaconda
that referenced
this issue
Aug 17, 2023
As noticed the new Select implementation from PF5 is way more configurable than the old one but for code readability purposed and developer experience it is a regression in comparison with the Patternfly 4 component. [1] [1] Opened an issue about this upstream: patternfly/patternfly-react#9511
KKoukiou
added a commit
to KKoukiou/anaconda
that referenced
this issue
Aug 17, 2023
As noticed the new Select implementation from PF5 is way more configurable than the old one but for code readability purposed and developer experience it is a regression in comparison with the Patternfly 4 component. [1] [1] Opened an issue about this upstream: patternfly/patternfly-react#9511
KKoukiou
added a commit
to KKoukiou/anaconda
that referenced
this issue
Aug 17, 2023
As noticed the new Select implementation from PF5 is way more configurable than the old one but for code readability purposed and developer experience it is a regression in comparison with the Patternfly 4 component. [1] [1] Opened an issue about this upstream: patternfly/patternfly-react#9511
KKoukiou
added a commit
to KKoukiou/anaconda
that referenced
this issue
Aug 17, 2023
As noticed the new Select implementation from PF5 is way more configurable than the old one but for code readability purposed and developer experience it is a regression in comparison with the Patternfly 4 component. [1] [1] Opened an issue about this upstream: patternfly/patternfly-react#9511
KKoukiou
added a commit
to KKoukiou/anaconda
that referenced
this issue
Aug 17, 2023
As noticed the new Select implementation from PF5 is way more configurable than the old one but for code readability purposed and developer experience it is a regression in comparison with the Patternfly 4 component. [1] [1] Opened an issue about this upstream: patternfly/patternfly-react#9511
KKoukiou
added a commit
to rhinstaller/anaconda-webui
that referenced
this issue
Nov 8, 2023
As noticed the new Select implementation from PF5 is way more configurable than the old one but for code readability purposed and developer experience it is a regression in comparison with the Patternfly 4 component. [1] [1] Opened an issue about this upstream: patternfly/patternfly-react#9511
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the enhancement or change
The new typeahead requires for the user to implement all the keyboard navigation and generally all event handling manually.
This is the example code for the keyboard navigation. This code should not be exposed to the developers as it's unlikely that it needs to be changed. Settings the focused and active items should be implemented internally and hidden.
Is this request originating from a Red Hat product team? If so, which ones and is there any sort of deadline for this enhancement?
This is just an ehnancement request and definitely not a blocker. However, for this specific component the developer experience has heavily degraded with the upgrade to Patternfly 5.
The text was updated successfully, but these errors were encountered: