HTML DOM Input Tel disabled 属性
DOM input tel disabled属性用于设置或返回是否必须禁用输入 tel 字段。禁用的电话字段不可点击且无法使用。它是一个布尔属性,用于反映 HTML 禁用属性。它通常在所有浏览器中默认呈现为灰色。
句法:
- 它返回输入的 tel disabled属性。
telObject.diabled;
- 它用于设置输入电话禁用属性。
telObject.disabled = true|false
属性值:
- true:它定义了输入电话字段被禁用。
- false:它有一个默认值。它定义输入电话字段未被禁用。
返回值:它返回一个布尔值,表示输入的电话字段是否被禁用。
示例:此示例说明如何返回disabled属性。
HTML
GeeksforGeeks
DOM Input Tel disabled Property
Click the button to check whether the
input tel field is disabled or not.
输出:
支持的浏览器:
- 谷歌浏览器
- 火狐浏览器
- 边缘
- 苹果浏览器
- 歌剧