Beispiel #1
0
 /// <summary>
 /// Standard Blur. Uses JS interop.
 /// </summary>
 /// <param name="target">Element that will receive focus.</param>
 protected async Task BlurAsync(ElementReference target)
 => await Js.BlurAsyc(target);