What is the default CSS of a textarea?
You can check default values from browser developer console. When you click an HTML tag, It will show all applied CSS to your selected element.
Also you can use this link. It has all elements and default styles.
Click
For example, textarea
has no default styling on it.
You mentioned log outing your element to console and all values seems empty string. It is because textarea
has no default styling on it.