amis2/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

514 B

title description type group menuName icon order
InputPassword 密码输框 0 null InputPassword 35

基本用法

{
    "type": "form",
    "api": "/api/mock2/form/saveForm",
    "body": [
        {
            "type": "input-password",
            "name": "password",
            "label": "密码"
        }
    ]
}

属性表

请参考输入框

事件表

请参考输入框

动作表

请参考输入框