[Bug] Latest version - 7.1.0 Modal does not have an ID identifier #536
Labels
Bug
Something isn't working
Needs: More Information
The author needs to provide more information on the issue.
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)]
The text was updated successfully, but these errors were encountered: