JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › ComboBox › setting with of comboBox › Reply To: setting with of comboBox
February 10, 2021 at 8:23 am
#101466
yavordashew
Member
Hi edwardsmarkf,
Another solution for you could be to use the ‘::placeholder’ pseudo-element of the input element.With it you can change font size, color and etc.
For example:
//In your CSS file:
input::placeholder{
font-size:15px;
color:black;
}
Please, do not hesitate to contact us if you have any additional questions.
Best regards,
Yavor Dashev
Smart UI Team
https://www.htmlelements.com/