You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Filtering works differently for the TimePicker (possibly due to combobox filtering changes from 2.8.1 to 2.9.0)
The current TimePicker excludes options when there is no matching item (it filters very strictly). The USWDS TimePicker does not filter out (by hiding) items that do not match. Instead it focuses the first item that does match, if any.
To Reproduce
Steps to reproduce the behavior:
Go to the ReactUSWDS implementation in storybook and filter using a letter
Go to the USWDS implementation and filter using the same input and notice a difference in options
Expected behavior
The filtering behavior should be identical to the USWDS implementation
ReactUSWDS Version & USWDS Version:
2.9.0
Describe the bug
Filtering works differently for the TimePicker (possibly due to combobox filtering changes from 2.8.1 to 2.9.0)
The current TimePicker excludes options when there is no matching item (it filters very strictly). The USWDS TimePicker does not filter out (by hiding) items that do not match. Instead it focuses the first item that does match, if any.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The filtering behavior should be identical to the USWDS implementation
Screenshots
ReactUSWDS implementation:
![image](https://user-images.githubusercontent.com/15805554/114194097-23e14800-991d-11eb-9fdc-286f4d0b0f29.png)
USWDS Implementation:
![image](https://user-images.githubusercontent.com/15805554/114194122-2b085600-991d-11eb-8a45-d1fed019a448.png)
Additional context
The text was updated successfully, but these errors were encountered: