Skip to content

Blazor component parameters and binding improvements#19557

Merged
guardrex merged 4 commits into
masterfrom
guardrex/blazor-components-and-binding
Aug 19, 2020
Merged

Blazor component parameters and binding improvements#19557
guardrex merged 4 commits into
masterfrom
guardrex/blazor-components-and-binding

Conversation

@guardrex
Copy link
Copy Markdown
Collaborator

@guardrex guardrex commented Aug 18, 2020

Fixes #18440
Fixes #18144

  • Several small improvements to the text and examples on binding.
  • Clarify the scenario where components shouldn't write to their own parameters.

@guardrex guardrex marked this pull request as ready for review August 19, 2020 16:20
@guardrex guardrex merged commit 9ec9e57 into master Aug 19, 2020
@guardrex guardrex deleted the guardrex/blazor-components-and-binding branch August 19, 2020 16:44
@scottaddie scottaddie changed the title Blazor component params and binding improvements Blazor component parameters and binding improvements Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

About Component parameters Clarify: Don't create components that write to their own component parameters, use a private field instead.

1 participant