https://ng-bootstrap.github.io/#/components/typeahead/examples#focus
In this demo, I have to make the dropdown options with value which starts with 'M' and 'N' to be permanently highlighted with green and rest with yellow. How to achieve this?
https://ng-bootstrap.github.io/#/components/typeahead/examples#focus
In this demo, I have to make the dropdown options with value which starts with 'M' and 'N' to be permanently highlighted with green and rest with yellow. How to achieve this?
Copyright © 2021 Jogjafile Inc.
Can be done my joining lots of different CSS concept together first go down to element by using ng:deep, then add regex to parameter of attribute which contains text.
I have edited a stackblitz example here.