react-components
react-components copied to clipboard
A React UI Library from UCloud.
不限制盒子宽度
message消失动效更新
 **Current behavior** 表格 column 传 filter 使用下拉框筛选时默认筛选逻辑是模糊匹配而不是精确匹配 **Expected behavior** 应该是要能精确匹配,例如选12就只筛选出值是12的行,而不是也匹配到123 **Minimal demo** ```jsx const Demo = () => { const columns = [ { title: 'index', dataIndex: 'index', key:...
修改禁用状态展示 增加loading状态
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