分享方式:


Microsoft.Common.PasswordBox UI 元素

可使用控制項來提供及確認密碼。

UI 範例

Microsoft.Common.PasswordBox UI 元素的螢幕快照。

結構描述

{
  "name": "element1",
  "type": "Microsoft.Common.PasswordBox",
  "label": {
    "password": "Password",
    "confirmPassword": "Confirm password"
  },
  "toolTip": "",
  "constraints": {
    "required": true,
    "regex": "^[a-zA-Z0-9]{8,}$",
    "validationMessage": "Password must be at least 8 characters long, contain only numbers and letters"
  },
  "options": {
    "hideConfirmation": false
  },
  "visible": true
}

範例輸出

"p4ssw0rd"

備註

  • 此元素不支援 defaultValue 屬性。
  • 如需 constraints 的實作詳細資料,請參閱 Microsoft.Common.TextBox
  • 如果 options.hideConfirmation 設定為 true,則會隱藏確認用戶密碼的第二個文本框。 預設值是 false

下一步