amis/docs/renderers/Repeat.md

17 lines
442 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### Repeat
可用来设置重复频率
- `type` 请设置成 `repeat`
- `options` 默认: `hourly,daily,weekly,monthly` 可用配置 `secondly,minutely,hourly,daily,weekdays,weekly,monthly,yearly`
- `placeholder` 默认为 `不重复`, 当不指定值时的说明。
- 更多配置请参考 [FormItem](#FormItem)
```schema:height="300" scope="form-item"
{
"type": "repeat",
"name": "repeat",
"label": "重复频率"
}
```