mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-15 01:11:15 +08:00
e6d2b2a035
* fix:修复部分组件事件动作问题&补充组件动作表文档&规范事件动作参数类型 * fix:修复部分组件事件动作问题&补充组件动作表文档&规范事件动作参数类型 * fix:input-range类型声明问题 * fix:input-range单测问题 * fix:input-range单测u snapshot
38 lines
514 B
Markdown
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)
|