Meta Box
Support Forum
Support › General › Size of the input box vs ColumnsResolved
Hi. Could you please explain what is 'Size of the input box' variable in custom fields, and how is it different from Columns? Thanks, E
Hi Eugene,
It's an HTML attribute of the <input> tag. Here is the definition:
<input>
The size attribute is a numeric value indicating how many characters wide the input field should be. The value must be a number greater than zero, and the default value is 20.
Please read more here https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/text#size https://www.w3schools.com/tags/att_input_size.asp
Thank you very much Nguyen 🙂 this is very helpful. Eugene