mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 05:28:37 +08:00
321 B
321 B
Number
数字输入框。
type
请设置成number
min
最小值step
步长max
最大值- 更多配置请参考 FormItem
{
"type": "number",
"name": "text",
"label": "数字",
"min": 1,
"max": 10,
"step": 1
}