HTMLInputElement: size property - Web APIs | MDN
Value
An integer.
Examples
js
const inputElement = document.getElementById("password");
console.log(inputElement.size);
inputElement.size = 12;
Specifications
| Specification |
|---|
| HTML # dom-input-size |
HTMLInputElement: size property - Web APIs | MDN
An integer.
js
const inputElement = document.getElementById("password");
console.log(inputElement.size);
inputElement.size = 12;
| Specification |
|---|
| HTML # dom-input-size |