Texarea font size issue

Hi,

How to solve this textarea font-size issues : http://webix.com/snippet/f4f6b475

Regards,

Erik

You can set a custom font size through css
http://webix.com/snippet/b6079343

why doesn’t this work:
{view : “textarea”, height : 200, label : “textarea”, placeholder : “enter text”, css: {“font-size”: “25px”}}

the font size does not override the css file

Hello @jjworld ,
Please check the info about how to style components: https://docs.webix.com/desktop__styling.html

Here is Textarea CSS Image map: https://docs.webix.com/desktop__textarea_css.html

So you can use css class .webix_el_textarea to set the font-size. The example is in the previous answer.

If you want to overwrite initial style

webix.html.addCss( $$("<my textarea>").$view, "<my style>");

https://snippet.webix.com/9hcee2vf