It looks like the igx-form-group__input--search requires another stylesheet imported somewhere, but I'm not finding a reference to make it work in like in stackblitzMine:
Demo:
I'm sure it's a simple fix. I just can't see what I'm missing.
Hello Daniel,
Thank you for contacting us.
Here you can see all you have to import to have the styles running: https://stackblitz.com/angular/pernmgqeavg?file=styles.scss (the first three lines of code).
If this does not help, please share whether you have any errors in the console. Finally you could send us a working sample demonstrating your issue so we could further investigate.
I am looking forward to hearing from you.
Hi.Thanks for the response.As a matter of fact, those 3 lines of code are present in my styles.scssHere's the link to the file. Feel free to peruse around the repo as well:https://github.com/djbreen7/IgniteUISandBox/blob/master/src/styles.scss#L1-#L4
Here's the gh-pageshttps://djbreen7.github.io/IgniteUISandBox/
No console errors.
Apologies for the delayed answer and thank you for sharing all of your code with us.
Ignite UI Angular version 5.3.0 introduces breaking changes in the igxInput. You can read more about it in the following two topics:
https://es.infragistics.com/products/ignite-ui-angular/angular/components/label_input.html (heavily updated)
https://es.infragistics.com/products/ignite-ui-angular/angular/components/input_group.html (new)
Also, please take a look at the updated list sample you have in your repository, it is located in this topic. You can test it live using the "View in StackBlitz" button.
Please let me know if you still experience issues after updating your repo. I'll be happy to assist.
Perfect. I updated from 5.3.0-rc.1 to 5.3.0, update the HTML, and added the IgxInputGroupModule. Working now. Thanks!