amis2/docs/zh-CN/components/form/input-month-range.md

2.4 KiB
Raw Blame History

title description type group menuName icon order
InputMonthRange 月份范围 0 null InputMonthRange 15

基本用法

{
    "type": "form",
    "api": "/api/mock2/form/saveForm",
    "body": [
        {
            "type": "input-month-range",
            "name": "a",
            "label": "月份范围"
        }
    ]
}

内嵌模式

{
    "type": "form",
    "api": "/api/mock2/form/saveForm",
    "debug": true,
    "body": [
        {
            "type": "input-month-range",
            "name": "a",
            "label": "月份范围",
            "embed": true
        }
    ]
}

属性表

除了支持 普通表单项属性表 中的配置以外,还支持下面一些配置

属性名 类型 默认值 说明
format string X 日期选择器值格式
inputFormat string YYYY-DD 日期选择器显示格式
placeholder string "请选择月份范围" 占位文本
minDate string 限制最小日期,用法同 限制范围
maxDate string 限制最大日期,用法同 限制范围
minDuration string 限制最小跨度,如: 2days
maxDuration string 限制最大跨度1year
utc boolean false 保存 UTC 值
clearable boolean true 是否可清除
embed boolean false 是否内联模式