how to modify a field’s size in a metabox : ROWS height, and scroll control?
Textareas behave quite different to text inputs in the browser rendering engine. I cannot figure out the use case of a single line textarea without scroll bars. If you want to copy the default text input behaviour to all effects, what is wrong with using a simple input type=”text” instead for your custom field? If … Read more