mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 11:07:52 +08:00
1.1 KiB
Executable File
1.1 KiB
Executable File
title | description | type | group | menuName | icon | order |
---|---|---|---|---|---|---|
InputRepeat 重复频率选择器 | 0 | null | InputRepeat 重复频率 | 39 |
基本用法
{
"type": "form",
"api": "/api/mock2/form/saveForm",
"body": [
{
"type": "input-repeat",
"name": "repeat",
"label": "重复频率"
}
]
}
属性表
当做选择器表单项使用时,除了支持 普通表单项属性表 中的配置以外,还支持下面一些配置
属性名 | 类型 | 默认值 | 说明 |
---|---|---|---|
options | string |
hourly,daily,weekly,monthly |
可用配置 secondly,minutely,hourly,daily,weekdays,weekly,monthly,yearly |
placeholder | string |
不重复 |
当不指定值时的说明。 |