amis2/docs/zh-CN/components/form/input-password.md

38 lines
514 B
Markdown
Raw Normal View History

---
title: InputPassword 密码输框
description:
type: 0
group: null
menuName: InputPassword
icon:
order: 35
---
## 基本用法
```schema: scope="body"
{
"type": "form",
"api": "/api/mock2/form/saveForm",
"body": [
{
"type": "input-password",
"name": "password",
"label": "密码"
}
]
}
```
## 属性表
请参考[输入框](./input-text)
## 事件表
请参考[输入框](./input-text)
## 动作表
请参考[输入框](./input-text)