I have next element with placeholder
:
<ui-select-match placeholder="My hint">
{{$someItem}}
</ui-select-match>
and I need to change placeholder
's text style to bold
, italic
, etc.
I am new in css, so not sure how to do it in a proper way.