[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ja/docs/Web/API/HTMLInputElement/max [Back]  [Original]

HTMLInputElement: max - Web API | MDN

MDN Web Docs

View in English Always switch to English

HTMLInputElement: max

Baseline

20157

max HTMLInputElement <input> max max

max max

js
const inputElement = document.querySelector("#time");
console.log(inputElement.max); // max 
inputElement.max = "18:00:00"; // max  6 

HTML
# dom-input-max


Web Proxy Viewer  |  New URL  |  Original Page