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
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
The text was updated successfully, but these errors were encountered:
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.
Steps to reproduce
<igx-icon igxPrefix">favorite</igx-icon>
Result
The prefix/suffix is not projected
Expected result
The prefix/suffix should be projected as expected
The text was updated successfully, but these errors were encountered: