We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://codesandbox.io/p/sandbox/ng-zorro-antd-ivy-forked-f2l9t6?file=%2Fsrc%2Fapp%2Fapp.component.ts%3A12%2C1
增加nzId属性后会出现两个input为同一个id
nzId支持string[],在nz-range-picke范围的时候可以赋值2个id
nzId为string,在nz-range-picke范围的时候会把nzId同时给两个input框作为id
The text was updated successfully, but these errors were encountered:
wenqi73
No branches or pull requests
Reproduction link
https://codesandbox.io/p/sandbox/ng-zorro-antd-ivy-forked-f2l9t6?file=%2Fsrc%2Fapp%2Fapp.component.ts%3A12%2C1
Steps to reproduce
增加nzId属性后会出现两个input为同一个id
What is expected?
nzId支持string[],在nz-range-picke范围的时候可以赋值2个id
What is actually happening?
nzId为string,在nz-range-picke范围的时候会把nzId同时给两个input框作为id
The text was updated successfully, but these errors were encountered: