Ionel lupu

Results 17 issues of 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...

:scroll: Doc
Component: Upload

### 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...

help wanted

### Reproduction link [https://stackblitz.com/edit/react-g24p3b?file=demo.tsx](https://stackblitz.com/edit/react-g24p3b?file=demo.tsx) ![image](https://user-images.githubusercontent.com/4083652/205978120-20bf456c-f4b5-48e7-99bc-09486e655027.png) ### 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 [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](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...

💡 Feature Request

### 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...

Component: Tag

Used packages have new releases which fix a lot of bugs. Should `react-component/dropdown` have a release too? For example, the /trigger package ![image](https://github.com/react-component/dropdown/assets/4083652/18f7d259-9779-4804-8da2-09904203a4d1) 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: ![image](https://user-images.githubusercontent.com/4083652/227742002-10c9bda5-7203-45b1-97fc-ca0075ed923d.png) Also, it doesn't start on the port written in package.json (`-p 6086`) I noticed...