Alex Golubtsov
Alex Golubtsov
Using `` and `` / ``, there is no way to properly define rounded top corners. I expect the topmost section in each column to have rounded corners. With current...
As a consumer of Button component, I would like to have `Button_borderWidth_active` (since `Button_borderWidth` is now applied for `active` button state) and `Button_color_hover` to be able to change also text...
### Reproduction link [](https://codesandbox.io/p/sandbox/hungry-dijkstra-4k28ws?file=%2Fdemo.tsx) ### Steps to reproduce - Open the link - Shrink your screen (< 500px) ### What is expected? I expect `moreIcon` to be hidden...
Replaced `__proto__` attribute usage with `Object.setPrototypeOf`. In some cases, setting `__proto__` attribute causes files missing. Tested in 0.10.30+
Currently it's not possible to match a uri on anydoman For example, `http://mysite.com/download` and `http://localhost/download` can be matched by `**/download` using [minimatch](https://github.com/isaacs/minimatch). They call it "Globstar". Are you planning to...
### Reproduction link [](https://codesandbox.io/p/sandbox/basic-antd-5-14-1-forked-7h2g7q?file=%2Fdemo.tsx) ### Steps to reproduce - Open the reproduction link and browser console there - You'll see a log like `form instance: John watcher: undefined`...
### Reproduction link [https://ant.design/components/color-picker#color-picker-demo-presets](https://ant.design/components/color-picker#color-picker-demo-presets) ### Steps to reproduce - Open the documentation page - Scroll to the position shown on the screenshot - Open color picker ### What is expected?...
### Reproduction link [](https://codesandbox.io/p/sandbox/bold-jerry-t5v277) ### Steps to reproduce ```tsx Red Button Green Button ``` ### What is expected? I expect the "Green Button" to be actually green ###...