--- title: Password 密码输框 description: type: 0 group: null menuName: Password icon: order: 35 --- ## 基本用法 ```schema: scope="body" { "type": "form", "api": "https://3xsw4ap8wah59.cfc-execute.bj.baidubce.com/api/amis-mock/mock2/form/saveForm", "controls": [ { "type": "password", "name": "password", "label": "密码" } ] } ``` ## 属性表 请参考[输入框](./text)