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
@Iankodj@mparvanov The first commit leads to a critical issue in IE - when the ComboBox value is cleared and the widget is blurred, the focus is automatically returned back to the ComboBox.
The second commit leads to another issue in IE - on clearing the ComboBox value, the dropdown is automatically opened.
Bug report
The ComboBox doesn't reset its default state when removing the selected items with Ctrl+A && pressing the Delete/Backspace button.
This bug is a regression from the 2018 R3 version.
Reproduction of the problem
Current behavior
When selecting the first element in the list, the Combobox closes without adding a value to the ComboBox input.
Expected/desired behavior
When the "Vins et alcools Chevalier" value is selected , the value should be added in the ComboBox input and the dropdown should close.
Here is a Dojo demonstrating the correct behavior.
Environment
The text was updated successfully, but these errors were encountered: