vico

Results 5 comments of vico

I push a [PR](https://github.com/lcdsantos/jQuery-Selectric/pull/212) for this issue. Hope u can take a while for reviewing it. :) @gearsdigital

The way to calculate index of option which seleted may be not fit for this place. ``` javascript if ( $selected.length > 1 && _this.state.multiple ) { selectedIndex = [];...

@zombieJ Is there any block for code review? We will fix code if it has any un-standard code immediately. Thanks~

这个展示的值和用的值不一致这个场景还是蛮多的吧,比如用户输入的是: "1,2,3,4",后端需要的是 [1,2,3,4],我希望在 validateFields 这一步返回的values就是经过在 getFieldDecorator 设定的数据处理层自动 format,而不是在 validateFields 阶段去找对应 name 的 value去修改