We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fdaee0 commit 16731b9Copy full SHA for 16731b9
src/BootstrapBlazor/Components/BaseComponents/IdComponentBase.cs
@@ -32,9 +32,9 @@ public abstract class IdComponentBase : BootstrapComponentBase
32
/// <summary>
33
/// <inheritdoc/>
34
/// </summary>
35
- protected override void OnParametersSet()
+ protected override void OnInitialized()
36
{
37
- base.OnParametersSet();
+ base.OnInitialized();
38
39
Id ??= ComponentIdGenerator.Generate(this);
40
}
0 commit comments