Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBlazor FocusAsync coverage #20236
Blazor FocusAsync coverage #20236
Conversation
|
@captainsafia I was trying not to change Javier's lingo too much, but I agree with you. It's much better to just rewrite it to avoid the versioning altogether. Also, it was Also, I think prefixing objects/members with |
|
Also @captainsafia ... one more little thing that we can put on here for issue #20195. @mrlife inquired on the "guarantee" in the reasoning for not being able to pass element references between components. I think what that "guarantee" means is that the element reference doesn't exist until the component is rendered ... therefore ... that late in rendering the component ... nothing can be passed as a parameter. Thus (along with being a struct), the guidance is to use a callback. I change that text here on the last commit to try and fix up the "guarantee" lingo to explain it that way. See if that update makes sense to u. @mrlife, please review that last commit. ADDITIONAL: I'm going to make one more little update to the struct remark. See if that works, too. |
|
Looking pretty good! Tangentially: do we have docs on our updated IJSObjectReference stuff? |
...ore/blazor/call-javascript-from-dotnet/samples_snapshot/component1.razor
Outdated
Show resolved
Hide resolved
...ore/blazor/call-javascript-from-dotnet/samples_snapshot/component1.razor
Outdated
Show resolved
Hide resolved
Yes ... it's in the 5.0 version of the doc at ... ... also mentioned here (and Pranav said this is enough here, i.e., we don't need an example for this mention) ... |
Co-authored-by: Safia Abdalla <safia@microsoft.com>
|
|
@captainsafia ... I committed ur updates. I think we're good here. This won't go live until later today/tonight, so we have time to sneak another PR in if needed. |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Fixes #20232
Fixes #20195