Daniel.xiao
Daniel.xiao
参考这个例子:https://ncform.github.io/ncform/ncform-show/playground/index.html#tpl=adv-temp-value
> enumSource 可以
```json { "type":"object", "properties":{ "province":{ "type":"string", "ui":{ "widget":"select", "widgetConfig":{ "itemDataKey":"selectedItem", "enumSource":[ { "value":"1", "label":"广东", "cities":[ { "value":"1-1", "label":"广州" } ] }, { "value":"2", "label":"北京", "cities":[ { "value":"2-2", "label":"北京" } ]...
> 还有个问题哈,dx同学,本地的 > enumSource这个属性怎么添加以下的这个配置属性呢 > selectFirstItem: false // 默认选中第一项 这个组件没有这个功能,需要通过自定义widget来实现,可以参考 select 的实现
Ooh,ncform currently only supports PC scenarios, regardless of mobile scenarios
This is because there is no SourceMap file, I will provide this file in the next release
About vuetify scheme, i think you can refer to [ncform-theme-vuematerial](https://github.com/daniel-dx/ncform-theme-vuematerial) example.
对于使用 `input` 和 `textarea` widget 的,可使用该属性 `updateOn: 'blur'` 减少变化的频率
@AnCoSONG 你试下改成 `updateOn: 'blur'` 的效果,然后反馈下实际的表现
@F-loat 赞,这周末抽下时间合下你的代码