igniteui-angular
igniteui-angular copied to clipboard
[IgxSimpleCombo] typed text in input does not get cleared on blur when combo is collapsed
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
- Open Angular Simple Combo Example.
- Type some text in the input and click outside the combo while it is expanded. (text gets cleared)
- 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:
