You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any default nz-popconfirm will not show the 'arrow' even though it is marked as the default action.
The component has a [nzPopconfirmShowArrow] parameter, which I have tried to mark 'true' in order to get the 'arrow' functionality, but it doesn't work. It says it's default is 'true' anyhow.
An arrow on the edge of the popconfirm dialog box, pointing to its parent object.
When using nz-popconfirm it used to have the little 'arrow' on the edge of the popconfirm dialog box, pointing to the popconfirm parent object. Now it no longer has this arrow, at least in ngzorro version 12.0.1, if not prior.
What is actually happening?
Just the box with no arrow is displayed.
Environment
Info
ng-zorro-antd
12.0.1
Browser
Edge
The text was updated successfully, but these errors were encountered:
Hello @EvanSevy. We totally like your proposal/feedback, welcome to send us a Pull Request for it. Please fill the Pull Request Template here, provide documentation/test cases if needed and make sure CI passed, we will review it soon. Appreciate it advance and we are looking forward to your contribution!
Reproduction link
https://codesandbox.io/s/zc509
Steps to reproduce
Any default nz-popconfirm will not show the 'arrow' even though it is marked as the default action.
The component has a [nzPopconfirmShowArrow] parameter, which I have tried to mark 'true' in order to get the 'arrow' functionality, but it doesn't work. It says it's default is 'true' anyhow.
All the examples in the https://ng.ant.design/components/popconfirm/en example page are now also missing the 'arrow' as well.
What is expected?
An arrow on the edge of the popconfirm dialog box, pointing to its parent object.
When using nz-popconfirm it used to have the little 'arrow' on the edge of the popconfirm dialog box, pointing to the popconfirm parent object. Now it no longer has this arrow, at least in ngzorro version 12.0.1, if not prior.
What is actually happening?
Just the box with no arrow is displayed.
The text was updated successfully, but these errors were encountered: