mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 12:58:38 +08:00
30 lines
408 B
Markdown
30 lines
408 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": "密码"
|
|
}
|
|
]
|
|
}
|
|
```
|
|
|
|
## 属性表
|
|
|
|
请参考[输入框](./text)
|