Ionel lupu
Ionel lupu
### Reproduction link [https://stackblitz.com/edit/ng-zorro-antd-start-ygithh?file=src/app/app.component.ts](https://stackblitz.com/edit/ng-zorro-antd-start-ygithh?file=src/app/app.component.ts) ### Steps to reproduce Use a `nz-upload` with a `nzBeforeUpload` attribute that returns false. Log the `file` parameter inside `nzBeforeUpload`. ### What is expected? I expect...
### Reproduction link [https://stackblitz.com/run?file=demo.tsx](https://stackblitz.com/run?file=demo.tsx) ### Steps to reproduce - select a date range in a RangePicker - open de date picker and hover over a date in between the range...
### Reproduction link [https://stackblitz.com/edit/react-g24p3b?file=demo.tsx](https://stackblitz.com/edit/react-g24p3b?file=demo.tsx)  ### Steps to reproduce - add an `overlayStyle` (or `overlayClassName`) to a dropdown with `{marginTop: '50px'}`. - open de dropdown - observe the dropdown not...
### Reproduction link [https://stackblitz.com/edit/react-3u7rjv?file=demo.tsx](https://stackblitz.com/edit/react-3u7rjv?file=demo.tsx) ### Steps to reproduce - open de range picker - select a date range - open de range picker - hover over dates inside that range...
### Reproduction link [](https://codesandbox.io/p/sandbox/eager-shirley-k0zlcq?file=%2FREADME.md) ### Steps to reproduce 1. Create a new Next.js 13 app with the "app" directory feature: ``` npx create-next-app@latest --experimental-app # or yarn create...
### What problem does this feature solve? This feature will allow us to show DatePicker components (Default, Week, Month, Year, Range, Range Time, Range Week, Range, Month, Range Year) in...
nz-select with nzMode="tags" or nzMode="multiple" doesn't show the loading icon when using nzLoading
### Reproduction link [https://stackblitz.com/edit/angular-4j2eak?file=src/app/app.component.ts](https://stackblitz.com/edit/angular-4j2eak?file=src/app/app.component.ts) ### Steps to reproduce Create a `nz-select` box with `nz-mode="tags"` or `nz-mode="multiple"`: ```html ``` ```html ``` ### What is expected? It is expected to see the...
Used packages have new releases which fix a lot of bugs. Should `react-component/dropdown` have a release too? For example, the /trigger package  This is /dropdown latest release 7 months...
Opening [this demo](https://select-react-component.vercel.app/demo/single) example on an iOS device, Safari, and clicking the X (clear) icon doesn't clear the select box. This issue was also reported here: https://github.com/ant-design/ant-design/issues/28917 A Stackblitz repro...
I just cloned the repo, removed package-lock.json, installed everything, but Bookshop shows a white screen:  Also, it doesn't start on the port written in package.json (`-p 6086`) I noticed...