此頁面由社群從英文翻譯而來。了解更多並加入 MDN Web Docs 社群。
HTMLSelectElement:setCustomValidity() 方法
Baseline
Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2015年7月.
HTMLSelectElement.setCustomValidity() 方法將選擇元素的自訂有效性訊息設定為指定的訊息。使用空字串來表示該元素沒有自訂有效性錯誤。
語法
js
setCustomValidity(string)
參數
string-
包含錯誤訊息的字串。空字串會移除任何自訂有效性錯誤。
回傳值
無(undefined)。
規範
| Specification |
|---|
| HTML> # dom-cva-setcustomvalidity-dev> |
瀏覽器相容性
Enable JavaScript to view this browser compatibility table.
參見
- 表單驗證。