react-components icon indicating copy to clipboard operation
react-components copied to clipboard

A React UI Library from UCloud.

Results 38 react-components issues
Sort by recently updated
recently updated
newest added

message消失动效更新

![Image](https://github.com/user-attachments/assets/b5d058dc-98ea-4822-ac84-1167dec5e952) **Current behavior** 表格 column 传 filter 使用下拉框筛选时默认筛选逻辑是模糊匹配而不是精确匹配 **Expected behavior** 应该是要能精确匹配,例如选12就只筛选出值是12的行,而不是也匹配到123 **Minimal demo** ```jsx const Demo = () => { const columns = [ { title: 'index', dataIndex: 'index', key:...

Select组件增加autoClearSearchValue属性,开启后在多选场景下选择option后会自动清除搜索内容,默认为false ,保留搜索内容,在下拉弹窗收起时才会清除

**What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)** **What is the current behavior? (You can also link to an open issue here)** **What is...

feat(button): add tokens

feat(Skeleton): add tokens