Skip to content
New issue

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

[Bug] Latest version - 7.1.0 Modal does not have an ID identifier #536

Open
TarpescuMarian opened this issue Oct 19, 2023 · 1 comment
Open
Labels
Bug Something isn't working Needs: More Information The author needs to provide more information on the issue.

Comments

@TarpescuMarian
Copy link

Describe the bug
In the previous version ( 6.0.1 ), there used to be an unique identifier tied to the wrapper class of the modal.
This was super helpful. If you needed to do something extra with the modal itself, you can just get it's element reference using this Id and go build additional functionalities.

Additional context
Please see line 44 from BlazorModalInstance.razor(6.0.1)

id="[email protected]("N")"

Please see line 14 from BlazorModalInstance.razor(7.1.0)
Id is not referenced on this line, although it is available inside [BlazorModalInstance.razor.cs(.7.1.0)]

@TarpescuMarian TarpescuMarian added Bug Something isn't working Triage Issue needs to be triaged labels Oct 19, 2023
@chrissainty
Copy link
Member

@TarpescuMarian Could you give an example of what you did before that you can't do now?

@chrissainty chrissainty added Needs: More Information The author needs to provide more information on the issue. and removed Triage Issue needs to be triaged labels Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Needs: More Information The author needs to provide more information on the issue.
Projects
None yet
Development

No branches or pull requests

2 participants