mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 12:08:13 +08:00
503 B
503 B
title | description | type | group | menuName | icon | order |
---|---|---|---|---|---|---|
Year 年份选择 | 0 | null | Year 年份选择 | 61 |
基本用法
{
"type": "form",
"api": "/api/mock2/form/saveForm",
"body": [
{
"type": "input-year",
"name": "year",
"label": "年份选择"
}
]
}
更多用法和配置可以参考 InputDate 日期,year 就是 data 的特定配置,所以 data 的所有配置都能使用。