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
We have a single-select igc-combo with a pre-selected value. When we focus the combo input, highlight the existing value, and enter the first letter of that value to filter the drop-down list, we can see the same value in the filtered list. However, upon reselecting the same highlighted value, the input field does not display the selected value; instead, it only shows the letter that was typed.
Reproduction
Open the igc-combo demo for single selection at this link.
Select a value from the combo (e.g., "London").
Focus the combo input field, and the value "London" should be highlighted.
Type the first letter of the selected value (e.g., 'L').
The combo's drop-down list should filter to show values starting with 'L', including "London".
Reselect "London" from the filtered list.
Expected Result
The input field should display the full selected value ("London") after reselecting it.
Actual Result
The input field only displays the letter that was typed ('L') instead of the full selected value ("London").
Workaround
No
Is this a regression?
No or unsure. This never worker, or I haven't tried before.
Affected versions
Latest
Browser/OS/Node environment
Browsers: All
The text was updated successfully, but these errors were encountered:
Which component(s) are affected?
Combo
Description
We have a single-select igc-combo with a pre-selected value. When we focus the combo input, highlight the existing value, and enter the first letter of that value to filter the drop-down list, we can see the same value in the filtered list. However, upon reselecting the same highlighted value, the input field does not display the selected value; instead, it only shows the letter that was typed.
Reproduction
Expected Result
The input field should display the full selected value ("London") after reselecting it.
Actual Result
The input field only displays the letter that was typed ('L') instead of the full selected value ("London").
Workaround
No
Is this a regression?
No or unsure. This never worker, or I haven't tried before.
Affected versions
Latest
Browser/OS/Node environment
Browsers: All
The text was updated successfully, but these errors were encountered: