fallenleavesbuy

Results 28 issues of fallenleavesbuy

Can I proxy request to another host? If URL match some rules, just access host2.com and return the response of host2.com when user is accessing host1.com.

demo地址https://field-form.react-component.vercel.app/demo/validate 导致bug代码段 ```js context => ({ validator(_, __, callback) { if (context.isFieldTouched('password2')) { context.validateFields(['password2']); callback(); return; } callback(); }, }), ```

How can I only validate field when field changed, but doesn't validate when submitting. For example, I want to check if my username had been occupied when field changed, but...

### What problem does this feature solve? 根据日期修改每天的颜色,外观,挂个节日小图标上去等场景 ### What does the proposed API look like? ```js renderDate={(date) => dayjs(date).format('DD')} ```

### What version of rsuite are you using? 5.30.0 ### What version of React are you using? 18.2.0 ### What version of TypeScript are you using (if any)? 4.8.3 ###...

component: Table
status: Needs Triage

Can work well with #[should_panic] ```rust pub struct Guess { value: i32, } impl Guess { pub fn new(value: i32) -> Guess { if value < 1 || value >...

### Versions 5.18.2 | package | version | | -------------- | ------- | | `react` | `X.Y.Z` | | `rsuite-table` | `X.Y.Z` | ### What is the expected behavior? 使用flexGrow时,应该填满右边...

### What problem does this feature solve? 解决系统滚动条占位、外观不好看,不会自动隐藏等必现问题。 类似产品: https://element-plus.org/zh-CN/component/scrollbar.html#attributes ### What does the proposed API look like? https://element-plus.org/zh-CN/component/scrollbar.html#attributes

### What problem does this feature solve? 解决类似这样的横向时间轴功能,每个时间下面是这个时间内相关的信息 ![image](https://github.com/rsuite/rsuite/assets/9261562/9a9b1f2d-85d5-4354-9fa0-fcc6352cdd98) ### What does the proposed API look like? ```jsx 16:27:41 Your order starts processing 16:28:43 Your order to be ready for...

type: Enhancement
component: Timeline