Feature #21604
Add react based search box
Description
Search box should be configurable to include dropdown filters and bookmarks. Pull in styling from patternfly.
Related issues
History
#1
Updated by Ohad Levy almost 5 years ago
is this the search auto completer? maybe worth looking into https://github.com/paypal/downshift
#2
Updated by Dan Seethaler almost 5 years ago
Ohad Levy wrote:
is this the search auto completer? maybe worth looking into https://github.com/paypal/downshift
Yup - my thought exactly. Already have a small storyboard component going. Now I'm looking into getting the drop-down filters and such from patternfly.
#3
Updated by Walden Raines over 4 years ago
- Blocks Tracker #21151: Add react based Red Hat repositories page to katello added
#4
Updated by Walden Raines over 4 years ago
- Assignee changed from Dan Seethaler to Avi Sharvit
Avi, do you mind taking a look at this? Could be a good way to replace the search boxes in foreman.
In addition to what is listed in the description we also need support for autocomplete. This could also be a good opportunity to move towards the patternfly recommended filter search as seen in https://rawgit.com/patternfly/patternfly/master-dist/dist/tests/list-view.html.
The search can likely be a new component added to patternfly-react.
Please let me know if you have any questions.
#5
Updated by Avi Sharvit over 4 years ago
Walden Raines wrote:
Avi, do you mind taking a look at this? Could be a good way to replace the search boxes in foreman.
In addition to what is listed in the description we also need support for autocomplete. This could also be a good opportunity to move towards the patternfly recommended filter search as seen in https://rawgit.com/patternfly/patternfly/master-dist/dist/tests/list-view.html.
The search can likely be a new component added to patternfly-react.
Please let me know if you have any questions.
Sounds good!
#6
Updated by Tomer Brisker over 4 years ago
- Has duplicate Refactor #21642: Replace jquery-ui autocomplete with react autocomplete added
#7
Updated by Tomer Brisker over 4 years ago
- Blocks Refactor #21640: Drop jQuery-ui added
#8
Updated by Walden Raines over 4 years ago
- Target version set to 237
- Status changed from New to Assigned
#9
Updated by Walden Raines over 4 years ago
- Blocks Feature #21953: RH Repos: hook up enabled/disabled/both selector to search and multiselect added
#10
Updated by Walden Raines over 4 years ago
- Target version changed from 237 to 239
#11
Updated by Walden Raines over 4 years ago
- Assignee changed from Avi Sharvit to Dan Seethaler
#12
Updated by Walden Raines over 4 years ago
- Target version changed from 239 to 243
#13
Updated by Dan Seethaler over 4 years ago
- Status changed from Assigned to Closed
This component is moving into the patternfly-react library - see https://github.com/patternfly/patternfly-react/pull/190