mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 11:58:10 +08:00
1009 B
Executable File
1009 B
Executable File
title | description | type | group | menuName | icon | order |
---|---|---|---|---|---|---|
InputRating 评分 | 0 | null | InputRating 评分 | 37 |
基本用法
{
"type": "form",
"api": "https://3xsw4ap8wah59.cfc-execute.bj.baidubce.com/api/amis-mock/mock2/form/saveForm",
"body": [
{
"type": "input-rating",
"name": "rating",
"label": "评分"
}
]
}
属性表
当做选择器表单项使用时,除了支持 普通表单项属性表 中的配置以外,还支持下面一些配置
属性名 | 类型 | 默认值 | 说明 |
---|---|---|---|
half | boolean |
false |
是否使用半星选择 |
count | number |
5 |
共有多少星可供选择 |
readOnly | boolean |
false |
只读 |
allowClear | boolean |
true |
是否允许再次点击后清除 |