Closed rohanag108 closed 7 years ago
There seems to be no easy way to style the font and other attributes of the textbox. Can you please provide an example of how can one go about changing the font of the text inside the textbox?
@rohanag108 Just write css like below .datepicker-actions__input {font-family: Arial !important;}
.datepicker-actions__input {font-family: Arial !important;}
There seems to be no easy way to style the font and other attributes of the textbox. Can you please provide an example of how can one go about changing the font of the text inside the textbox?