Combobox examples with both and list autocomplete: Editing value in text input does not correctly update suggestion list #1332
Labels
bug
Code defects; not for inaccurate prose
Example Page
Related to a page containing an example implementation of a pattern
Milestone
Editing the value in the combobox input is not correctly updating the listbox to have the correct set of suggested values in the combobox examples with list and both autocomplete:
The following tests are failing.
Test 1
Expected result: There are 56 suggested values in the listbox and "Alabama" is selected.
Actual result: there are 5 suggested values in the listbox and "Alabama" is selected.
Test 2
Expected result: There are 9 suggested values in the listbox and "Nebraska" is selected.
Actual result: there are 3 suggested values in the listbox and "North Carolina" is selected.
Test 3
Expected result: There are 56 suggested values in the listbox and "Alabama" is selected.
Actual result: there are 5 suggested values in the listbox and "Alabama" is selected.
Test 4
Expected result: There are 9 suggested values in the listbox and "Nebraska" is selected.
Actual result: there are 3 suggested values in the listbox and "North Carolina" is selected.
The text was updated successfully, but these errors were encountered: