MarvelSQ

Results 15 issues of MarvelSQ

## CHANGES remove `defaultChecked`. make radio fully controlled by rsuite state. ## ISSUE close #2446

允许样式在 web-componets 中生效 增加 `:host` 选择器 https://developer.mozilla.org/zh-CN/docs/Web/CSS/:host

fix Container style latency

### What version of rsuite are you using? 5.8.0 ### What version of React are you using? 17.0.2 ### What version of TypeScript are you using (if any)? 4.x ###...

component: Radio

当前addRule要求返回boolean 或 ErrorMessage ```ts Schema.Types.StringType().addRule(value => { // empty }); ``` 而代码中的逻辑是 返回 false 或 ErrorMessage 进行处理,没有返回值会被认为是通过的 所以对应的类型声明应允许返回空

## 期望 增加小尺寸图组件

### Description `vite` support [Importing Asset as URL](https://vitejs.dev/guide/assets.html#importing-asset-as-url) while using CSS or Less file, works fine in `dev` mode, but in `build`, it returns a useless dataurl which means nothing...

### What version of rsuite are you using? 5.37 ### What version of React are you using? 17.0.2 ### What version of TypeScript are you using (if any)? _No response_...

component: DateRangePicker
status: Under Discussion

## Summary update rsuite-table changes about `resizable` & `flexGrow`