cwtuan

Results 58 issues of cwtuan

### Component Field ### Reproduction link [https://riddle.alibaba-inc.com/riddles/27d1ebab](https://riddle.alibaba-inc.com/riddles/27d1ebab) ```jsx import ReactDOM from 'react-dom'; import React from 'react'; import { Input, Button, Checkbox, Field,Form,Select } from '@alifd/next'; const CheckboxGroup = Checkbox.Group; const...

📖 Documentation
❓ Usage

### Component Field ### Reproduction link [https://riddle.alibaba-inc.com/riddles/3ba2f6d5](https://riddle.alibaba-inc.com/riddles/3ba2f6d5) ```jsx import React from 'react@16'; import ReactDOM from 'react-dom@16'; import { Input, Button, Checkbox, Field } from '@alifd/next'; import _ from 'lodash'; const...

🐞 Bug

### Component Checkbox ### Steps to reproduce Checkbox定义文件有问题 ![image](https://user-images.githubusercontent.com/3455798/171183218-6cfd2519-0e05-4925-bf09-cc982505ccfa.png) Checkbox的value类型,应该包含boolean 目前ts定义不支持boolean: ![image](https://user-images.githubusercontent.com/3455798/171183118-c7a3b951-6cc7-4c15-a257-e79e66828bc6.png) 在[types](https://github.com/alibaba-fusion/next/blob/master/types/checkbox/index.d.ts#L111)定义成了: ![image](https://user-images.githubusercontent.com/3455798/171182599-8ef7fde7-bb9a-4e16-ba9e-f1c49f72d4c7.png)

### Component DatePicker2 ### Reproduction link [https://o2.alibaba-inc.com/sandbox/ide?id=183](https://o2.alibaba-inc.com/sandbox/ide?id=183) ```tsx import React from "react"; import ReactDOM from "react-dom"; import "./index.css"; const mountNode = document.getElementById("root"); import { DatePicker2 } from '@alifd/next'; import dayjs...

目前的主题样式是橘色的,能否开放主题样式的自定义配置能力呢? ![image](https://user-images.githubusercontent.com/3455798/115138318-f6ec0e00-a05d-11eb-8e0c-7125a7fd665e.png)

I have two file which contains a thousand line but only few of lines are different. Is it possible to show the lines which are different instead of the whole...

[求才] 阿里巴巴集团-云原生应用平台-开发专家-深圳 阿里云在 Kubernetes 实践的过程中开源了众多的项目,如位于底层的计算、存储、网络、安全等相关的 5 个大的类别和上层领域相关的 AI、应用管理、迁移、Serveless 等 5 个大的类别,为用户应用提供全栈式生命周期管理。 1. 5年以上相关 java/C++/Go 研发/测试工作经验,熟练掌握主流的go/java/python/shell的框架使用,了解原理,能开发测试框架、持续集成工具和插件;有工具平台的开发能力。 2. 大型的分布式系统的理论知识和测试/架构经验,了解容器化主流技术和相关平台,有docker相关的测试开发经验,对linux内核、cgroup、namespace机制有了解优先。 3. 有公有云、专有云产品的研发、测试经验,有云原生中间件例如service mesh经验者优先 4. 有面向容器的集群资源调度平台使用、测试经验(Kubernetes、Mesos、Swarm)者优先 5. 有云原生CICD系统如JenkinsX、Tekton的使用、开发经验者优先 6. 对互联网微服务 Dubbo、Spring Cloud 等框架,或对 Kubernetes...

![image](https://user-images.githubusercontent.com/3455798/116774462-53ecb880-aa8f-11eb-8fe5-63d9c70f3ab7.png) 1. 单字段编辑:用户点字段名,展示成编辑态,编辑的形式有Input、Select 2. 批量编辑:可能可以在右上角提供一个批量编辑按钮,跳出一个对话框,可批量的json文本编辑字段,例如: ``` [ {name: "字段1", type:"field1"}, {name: "字段2", type:"field2"} ] ```

能否支持 "添加" 按钮,点击后,让用户输入新的一笔数据 ![image](https://user-images.githubusercontent.com/3455798/116405736-89f92500-a862-11eb-991b-976acd333345.png)

Assume we have a hosts file located on the internet (http), could we make a tab in gasmask sync with that fille?