Description
Using igxSuffix/igxPrefix directly on any element inside the combo will not show the suffix/prefix. If i use the , , everything is working as expected.
- igniteui-angular version: All
- browser: All
Steps to reproduce
- Add a combo component
- Add an igxPrefix or suffix inside using the attr selector on any element, for example
<igx-icon igxPrefix">favorite</igx-icon>
- Observe that the prefix/suffix is not projected
Result
The prefix/suffix is not projected
Expected result
The prefix/suffix should be projected as expected