danranVm

Results 40 comments of danranVm

设计师给我提过这个需求,被我拒绝掉了。 - 改动影响的组件比较多 - 同时显示两个图标占用的空间也比较多,比例不是很协调。 如果你们想强调搜索的功能,要么不要配置 clearable, 要么使用 addonAfter 来设置搜索图标,我认为可能是更好的方式。

@sallerli1 rebase 一下,然后解决一下 test

I think `nz-form-item` should be support `nzLabel` and all props of `nz-form-label`, like : ```html ```

> Any progress? 现在的实现方案太不优雅了,周末我换中方案试试吧。

After the first `PENDING` status ended, `statusChanges` did not trigger https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/components/form/form-control.component.ts#L133

re https://github.com/angular/angular/issues/41519, https://github.com/angular/angular/issues/39588

@yyx990803 hi, please review.

@liuzaijiang @sallerli1 是不是可以在 Select 组件类手动注入下 CheckboxGroupToken 为 null ? 避免这种嵌套用法的时候,误拿了上层的 token, Radio 组件也是一样的。