Replies: 1 comment
-
Hey @xtcsuk, I don't have much knowledge about AntBlazor so it would be better to address the issue itself with the team. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello
AntBlazor dropdown, when rendered does not include all the markup.
I have this wrapper around AntBlazor dropdown:
And using it as:
When unit testing this component "dropdowntest", using AntDesign.TestKit nuget package:
It only renders:
It only renders the ChildContent of the dropdown component and not the overlay, looking at the AntBlazor dropdown source code, it looks like the Overlay component is rendered under meeting certain conditions, in this case when the button is clicked.
How do I achieve this, capturing the whole markup, not just part of it?
Beta Was this translation helpful? Give feedback.
All reactions