amis/docs/zh-CN/components/form/input-password.md
hsm-lv e6d2b2a035
fix:修复部分组件事件动作问题&补充组件动作表文档&规范事件动作参数类型 (#4152)
* fix:修复部分组件事件动作问题&补充组件动作表文档&规范事件动作参数类型

* fix:修复部分组件事件动作问题&补充组件动作表文档&规范事件动作参数类型

* fix:input-range类型声明问题

* fix:input-range单测问题

* fix:input-range单测u snapshot
2022-04-26 21:12:00 +08:00

38 lines
514 B
Markdown

---
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)