Beispiel #1
0
 protected override async Task OnFirstAfterRenderAsync()
 {
     if (this.AutoFocus)
     {
         await this.Focus();
     }
     if (this is AntRadio radio)
     {
         RadioGroup?.AddRadio(radio);
     }
     await base.OnFirstAfterRenderAsync();
 }