I am trying to style the placeholder
text of the following element:
<ui-select-match placeholder="My hint">
{{$someItem}}
</ui-select-match>
I want to change the style of the placeholder
text to be bold, italic, or other formatting options. I am unfamiliar with CSS and unsure of the correct way to accomplish this.