igniteui-angular icon indicating copy to clipboard operation
igniteui-angular copied to clipboard

[IgxSimpleCombo] typed text in input does not get cleared on blur when combo is collapsed

Open RivaIvanova opened this issue 3 years ago • 0 comments

Description

When typing some text in the filter input, the text gets cleared on blur when the combo is expanded but remains if the combo is collapsed.

  • igniteui-angular version: 14.1.x, 13.2.x, 12.3.x
  • browser: all

Steps to reproduce

  1. Open Angular Simple Combo Example.
  2. Type some text in the input and click outside the combo while it is expanded. (text gets cleared)
  3. Type some text in the input, close the combo and click outside of it. (text does not get cleared)

Result

The text does not get cleared.

Expected result

The text should get cleared.

Attachments

This could be observed in the below attachment: combo-collapse

RivaIvanova avatar Sep 19 '22 11:09 RivaIvanova